import * as tailwind_variants from 'tailwind-variants'; import { VariantProps } from 'tailwind-variants'; import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js'; declare const alertStyles: tailwind_variants.TVReturnType<{ variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }, { base: string; iconWrapper: string; title: string; description: string; }, undefined, tailwind_variants_dist_config_js.TVConfig<{ variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }, { variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }>, { variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }, { base: string; iconWrapper: string; title: string; description: string; }, tailwind_variants.TVReturnType<{ variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }, { base: string; iconWrapper: string; title: string; description: string; }, undefined, tailwind_variants_dist_config_js.TVConfig<{ variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }, { variant: { danger: { base: string; }; default: { base: string; description: string; }; }; }>, unknown, unknown, undefined>>; type AlertVariantProps = VariantProps; type AlertSlots = keyof ReturnType; export { type AlertSlots, type AlertVariantProps, alertStyles };