import { NestedCSSProperties } from "typestyle/lib/types";
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: any) => NestedCSSProperties;
