/// import { IColors } from '../../types/theme'; export declare const StyledCheckbox: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { theme: IColors; width: number; disabled: boolean; }, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>; export declare const StyleCheckLabel: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { theme: IColors; isActive: boolean; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;