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