export declare enum SIZES {
    SMALL = "small",
    NORMAL = "normal"
}
export declare enum TYPES {
    COLORED = "colored",
    NEUTRAL = "neutral"
}
//# sourceMappingURL=consts.d.ts.map