export declare const DEFAULT_TYPE = "info"; export declare const DEFAULT_VARIANT = "subtle"; export declare const defaultVariants: { readonly type: "info"; readonly variant: "subtle"; };