import React from 'react'; import { InlineAlertProps } from './types'; declare const InlineAlertNamespace: import("@chakra-ui/react").ComponentWithAs, InlineAlertProps> & { Icon: () => React.JSX.Element; Message: React.FC<{ children?: React.ReactNode | undefined; }>; }; export { InlineAlertNamespace as InlineAlert };