import * as react_jsx_runtime from 'react/jsx-runtime'; import { IconProps } from '@chakra-ui/icon'; declare function CheckIcon(props: IconProps): react_jsx_runtime.JSX.Element; declare function InfoIcon(props: IconProps): react_jsx_runtime.JSX.Element; declare function WarningIcon(props: IconProps): react_jsx_runtime.JSX.Element; export { CheckIcon, InfoIcon, WarningIcon };