import React from 'react'; import { CalloutProps } from '../../types/callout'; export declare const CALLOUT_TEST_ID = "CalloutTestId"; /** Please note, Callout is a static component, the [Messages](./?path=/docs/components-messages) component is recommended if you need to interrupt and notify users of successful/failed actions or give warnings of unexpected events. */ declare const Callout: React.ForwardRefExoticComponent>; export default Callout;