export declare enum SIZE_OPTIONS {
    SMALL = "small",
    MEDIUM = "medium"
}
