declare const notificationCard: import("tailwind-variants").TVReturnType<{ appearance: { info: { base: string; }; success: { base: string; }; warning: { base: string; }; error: { base: string; }; }; }, { base: string; message: string; customActions: string; customActionButton: string[]; closeButton: string[]; }, undefined, { responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | { appearance?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined; } | undefined; } & import("tailwind-variants/dist/config.js").TWMConfig & { twMerge: true; twMergeConfig: { readonly extend: { readonly classGroups: { readonly 'icon-size': readonly [{ readonly 'size-icon': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }]; readonly 'border-w': readonly [{ readonly border: readonly ["thin", "heavy", "aggressive"]; }]; readonly rounded: readonly [{ readonly rounded: readonly ["default", "pill"]; }]; readonly shadow: readonly [{ readonly 'shadow-elevation': string[]; }]; readonly opacity: readonly [{ readonly opacity: readonly ["hover", "disabled"]; }]; readonly 'font-size': readonly [{ readonly 'text-marquee': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-header': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-body': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-code': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-caption': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }, { readonly 'text-label': readonly ["pico", "nano", "micro", "3xs", "2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl", "kilo", "mega"]; }]; }; readonly conflictingClassGroups: { readonly 'icon-size': readonly ["w", "h", "size"]; }; }; }; }, { appearance: { info: { base: string; }; success: { base: string; }; warning: { base: string; }; error: { base: string; }; }; }, { base: string; message: string; customActions: string; customActionButton: string[]; closeButton: string[]; }, import("tailwind-variants").TVReturnType<{ appearance: { info: { base: string; }; success: { base: string; }; warning: { base: string; }; error: { base: string; }; }; }, { base: string; message: string; customActions: string; customActionButton: string[]; closeButton: string[]; }, undefined, import("tailwind-variants/dist/config.js").TVConfig<{ appearance: { info: { base: string; }; success: { base: string; }; warning: { base: string; }; error: { base: string; }; }; }, { appearance: { info: { base: string; }; success: { base: string; }; warning: { base: string; }; error: { base: string; }; }; }>, unknown, unknown, undefined>>; declare const notificationTransitions: { slideFromTopLeft: { enter: { transform: string; }; leaveTo: { transform: string; opacity: string; }; leave: { transform: string; }; }; slideFromTopCenter: { enter: { transform: string; }; leaveTo: { transform: string; opacity: string; }; leave: { transform: string; }; }; slideFromTopRight: { enter: { transform: string; }; leaveTo: { transform: string; opacity: string; }; leave: { transform: string; }; }; slideFromBottomLeft: { enter: { transform: string; }; leaveTo: { transform: string; opacity: string; }; leave: { transform: string; }; }; slideFromBottomCenter: { enter: { transform: string; }; leaveTo: { transform: string; opacity: string; }; leave: { transform: string; }; }; slideFromBottomRight: { enter: { transform: string; }; leaveTo: { transform: string; opacity: string; }; leave: { transform: string; }; }; }; export { notificationCard, notificationTransitions };