import { Props } from './index'; declare const StyledButton: import("styled-components").StyledComponent<"button", any, Props, never>; export default StyledButton; export declare const PrimaryButton: import("styled-components").StyledComponent<"button", any, Props, never>; export declare const SecondaryButton: import("styled-components").StyledComponent<"button", any, Props, never>; export declare const TertiaryButton: import("styled-components").StyledComponent<"button", any, Props, never>; export declare const StyledText: import("styled-components").StyledComponent<"div", any, Props, never>; export declare const StyledIcon: import("styled-components").StyledComponent<"div", any, Props, never>;