import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    checkbox: {
        flexDirection: "row";
        alignItems: "center";
    };
    label: {
        color: string;
        lineHeight: number;
        minHeight: number;
    };
    label_disabled: {
        color: string;
    };
};
