///
export declare const dataQa: {
focused: string;
};
export declare const checkboxSize = 20;
export declare const StyledCheckboxContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string;
export declare const StyledCheckboxLabelWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
$hasLabel: boolean;
}>> & string;
export declare const StyledCheckboxLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLLabelElement>, never>> & string;
export declare const StyledCheckboxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLInputElement>, {
$error: boolean;
$indeterminate: boolean;
}>> & string;
export declare const StyledFakeCheckboxLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, {
$checked: boolean;
$disabled: boolean;
}>> & string;
export declare const StyledFakeCheckboxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
$checked: boolean;
$error: boolean;
$disabled: boolean;
$indeterminate: boolean;
}>> & string;