import { Text as Text$1 } from "./text.js"; import * as React$1 from "react"; import { View, ViewProps } from "react-native"; import { LucideIcon } from "lucide-react-native"; import * as react_jsx_runtime11 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region ui/alert.d.ts declare const alertVariants: (props?: ({ variant?: "default" | "destructive" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; declare function Alert({ className, variant, children, icon: Icon, iconSize, iconClassName, ...props }: ViewProps & VariantProps & { ref?: React$1.RefObject; icon: LucideIcon; iconSize?: number; iconClassName?: string; }): react_jsx_runtime11.JSX.Element; declare function AlertTitle({ className, ...props }: React$1.ComponentProps): react_jsx_runtime11.JSX.Element; declare function AlertDescription({ className, ...props }: React$1.ComponentProps): react_jsx_runtime11.JSX.Element; //#endregion export { Alert, AlertDescription, AlertTitle }; //# sourceMappingURL=alert.d.ts.map