export declare const icons: { success: (props: import("@tabler/icons-react").TablerIconsProps) => JSX.Element; error: (props: import("@tabler/icons-react").TablerIconsProps) => JSX.Element; warning: (props: import("@tabler/icons-react").TablerIconsProps) => JSX.Element; info: (props: import("@tabler/icons-react").TablerIconsProps) => JSX.Element; close: (props: import("@tabler/icons-react").TablerIconsProps) => JSX.Element; }; export declare const stateIcon: any;