export declare enum SIZES {
    SMALL = "small",
    NORMAL = "normal",
    LARGE = "large"
}
export declare enum TYPES {
    PRIMARY = "primary",
    SECONDARY = "secondary"
}
