export declare enum Size {
    LARGE = "large",
    NORMAL = "normal",
    SMALL = "small"
}
