export declare enum AlertMessageVariants {
    Text = "Text",
    Outlined = "Outlined",
    Filled = "Filled"
}
