declare type ButtonProps = { danger?: boolean; primary?: boolean; secondary?: boolean; centerContent?: boolean; width?: string | null; }; export declare const StyledButton: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export declare const BasicButton: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export declare const IconButton: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export declare const RoundedButton: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map