import { ITheme } from "../Palette/variables"; import { IProps } from "./interfaces"; interface IButton extends Partial { theme: ITheme; } export declare const ButtonContent: import("styled-components").StyledComponent<"span", any, IButton, never>; export declare const LoaderStyle: import("styled-components").StyledComponent<"div", any, IButton, never>; export declare const ButtonComponent: import("styled-components").StyledComponent<"button", any, IButton, never>; export {};