import { NestedCSSProperties } from 'typestyle/lib/types';
import { WithThemeProps } from 'theming/withTheme';
export declare const sizeMap: {
    xxsmall: string;
    xsmall: string;
    small: string;
    normal: string;
    medium: string;
    large: string;
    xlarge: string;
    xxlarge: string;
    fill: string;
};
export declare const getCheckableStyles: (props: WithThemeProps | any) => NestedCSSProperties;
