///
interface ButtonProps {
color: string;
checked?: boolean;
$loading?: boolean;
$bgColor: string;
}
export declare const Button: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ButtonProps>>;
export {};