export declare const styles: { shared: { button: string; }; size: { small: { button: string; }; medium: { button: string; }; large: { button: string; }; }; variant: { primary: { button: string; }; 'primary-inverse': { button: string; }; secondary: { button: string; }; 'secondary-inverse': { button: string; }; }; }; declare const Button: (props: import("@button-inc/component-library/esm/Button").Props) => JSX.Element; export default Button;