export declare const MessageVariant: { readonly FILLED: "filled"; readonly OUTLINED: "outlined"; readonly SIMPLE: "simple"; }; export type MessageVariant = keyof typeof MessageVariant;