export declare enum ConfirmationMessageVariantType {
    DEFAULT = "DEFAULT"
}
export declare enum ConfirmationMessageStateType {
    SUCCESS = "SUCCESS",
    ERROR = "ERROR",
    WARNING = "WARNING"
}
