/// interface IProps extends React.ButtonHTMLAttributes { secondary?: boolean; } export declare const Button: import("@emotion/styled-base").StyledComponent, HTMLButtonElement>, IProps, object>; export {};