import { CheckboxWithLabelStatePropsStylesType } from './types/checkboxWithLabelTheme';
import { CheckboxWithLabelState } from './types/state';
export declare const CheckBoxWithLabelContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    styles?: CheckboxWithLabelStatePropsStylesType;
    state: CheckboxWithLabelState;
}>> & string;
export declare const CheckboxWithLabelStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    styles?: CheckboxWithLabelStatePropsStylesType;
    state: CheckboxWithLabelState;
}>> & string;
export declare const CheckboxWithLabelContentStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    styles?: CheckboxWithLabelStatePropsStylesType;
    state: CheckboxWithLabelState;
}>> & string;
