import React from 'react';
export declare function HtmlButton({ ...rest }: {
    [x: string]: any;
}): React.JSX.Element;
