export declare enum SIZE_OPTIONS {
    SMALL = "small",
    NORMAL = "normal"
}
export declare enum TOKENS {
    height = "height",
    heightLine = "heightLine"
}
