import { HTMLChakraProps } from "../system"; export interface AlertIconProps extends HTMLChakraProps<"span"> { } export declare function AlertIcon(props: AlertIconProps): import("react/jsx-runtime").JSX.Element; export declare namespace AlertIcon { var displayName: string; }