import React from "react"; interface Props { variant?: "primary" | "secondary"; size?: "default" | "small"; } export declare const Button: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & Props, React.DetailedHTMLProps, HTMLButtonElement>, {}>; export {};