///
declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
buttonType: string;
size: string;
width: number | string;
}, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export default Container;