import { CheckboxWithLabelStyles } from '../../../../../components/checkboxWithLabel/types/checkboxWithLabelTheme';
import { CheckboxWithLabelVariants } from './variants';
export declare const getCheckboxWithLabelStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => CheckboxWithLabelStyles<CheckboxWithLabelVariants>;
