///
interface ContainerProps {
disabled?: boolean;
customColor: string;
}
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>> & string;
interface BoxProps {
customColor: string;
}
export declare const Box: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, BoxProps>> & string;
interface AnimationProps {
checked: boolean;
}
export declare const AnimationAuxDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, AnimationProps>> & string;
export {};