/// import type { CommonType } from '../common/type'; import { AlertJssStyle } from './alert.type'; export interface AlertIconProps { type: CommonType['iconType'] | undefined; jssStyle?: AlertJssStyle; className?: string; style?: React.CSSProperties; } declare const AlertIcon: (props: AlertIconProps) => import("react/jsx-runtime").JSX.Element | null; export declare const AlertIconMap: { info: import("react/jsx-runtime").JSX.Element; success: import("react/jsx-runtime").JSX.Element; warning: import("react/jsx-runtime").JSX.Element; danger: import("react/jsx-runtime").JSX.Element; confirmwarning: import("react/jsx-runtime").JSX.Element; error: import("react/jsx-runtime").JSX.Element; confirm: import("react/jsx-runtime").JSX.Element; }; export default AlertIcon; //# sourceMappingURL=alert-icon.d.ts.map