import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region src/react/ui/alert.d.ts declare const alertVariants: (props?: ({ variant?: "default" | "destructive" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; /** Displays important information with optional icon and multiple variants */ declare function Alert({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps): react_jsx_runtime0.JSX.Element; /** Title text for an alert component */ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; /** Descriptive text content for an alert component */ declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; //#endregion export { Alert, AlertDescription, AlertTitle }; //# sourceMappingURL=alert.d.ts.map