import { CalloutProps } from './Callout';
import { FC } from 'react';

export declare const WarningCallout: FC<CalloutProps>;
