declare enum SIZE_OPTIONS {
    SMALL = "small",
    NORMAL = "normal"
}
export default SIZE_OPTIONS;
