import { IconProps } from "../icon/icon"; import { ElementType } from "../types"; export declare type AlertIconProps = IconProps; export declare function AlertIcon(props: AlertIconProps): import("solid-js").JSX.Element; export declare namespace AlertIcon { var toString: () => string; } //# sourceMappingURL=alert-icon.d.ts.map