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

export declare const SuccessCallout: FC<CalloutProps>;
