import * as React from 'react';
import type { ICalloutProps } from './Callout.types';
export declare const Callout: React.FunctionComponent<ICalloutProps>;
