export declare enum SIZE { BASE_FONT_SIZE = "16px", EMPTY_FONT_SIZE = "18px", INPUT_FONT_SIZE = "18px" } export default SIZE;