export declare const StyledButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & import("react").ButtonHTMLAttributes & { intent?: "primary" | "secondary"; variant?: "plain" | "default"; shape?: "square" | "lessrounded" | "rounded"; size?: "large" | "default" | "small" | "xsmall"; fullWidth?: boolean; }, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; export declare const StyledIconButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & import("react").ButtonHTMLAttributes & { intent?: "primary" | "secondary"; variant?: "plain" | "default"; shape?: "square" | "lessrounded" | "rounded"; size?: "large" | "default" | "small" | "xsmall"; fullWidth?: boolean; } & import("react").ClassAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>;