import { AlertTypes } from '../../models'; interface CheckboxInputProps { checked: number; disabled?: boolean; alert?: AlertTypes; invalid?: boolean; } interface CheckboxLabelProps { disabled?: boolean; htmlFor?: string | number; } export declare const CheckboxStyled: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const CheckboxLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, CheckboxLabelProps, never>; export declare const CheckboxContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, CheckboxLabelProps, never>; export declare const CheckboxInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; export declare const CheckboxInputCustom: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, CheckboxInputProps, never>; export {}; //# sourceMappingURL=index.style.d.ts.map