export declare enum TYPE_OPTIONS {
    NEUTRAL = "neutral",
    INFO = "info",
    SUCCESS = "success",
    WARNING = "warning",
    CRITICAL = "critical"
}
export declare enum SIZE_OPTIONS {
    SMALL = "small",
    NORMAL = "normal"
}
