import { CheckboxStylesType } from '../../../../../components/checkbox/types/checkboxTheme';
import { CheckboxVariantType } from './variants';
export declare const getCheckboxStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => CheckboxStylesType<CheckboxVariantType>;
