import type { IAlertComponentType } from './types'; export declare function createAlert({ Root, Text, Icon, }: { Root: React.ComponentType; Text: React.ComponentType; Icon: React.ComponentType; AnimatePresence?: React.ComponentType; }): IAlertComponentType;