import React from "react"; import { IconComponent, IconProps } from "../../icons"; import { FlexProps } from "../Flex"; export type AlertProps = FlexProps; export declare const AlertIcon: ({ value: IconComponent, ...rest }: IconProps & { value: IconComponent; }) => React.JSX.Element; export declare const AlertContent: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes>; export declare const AlertTitle: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("../..").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; export declare const AlertDescription: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("../..").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; /** * Displays a callout for user attention. */ export declare const Alert: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes> & { Icon: ({ value: IconComponent, ...rest }: IconProps & { value: IconComponent; }) => React.JSX.Element; Content: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes>; Title: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("../..").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; Body: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("../..").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; }; //# sourceMappingURL=Alert.d.ts.map