import { BaseComponent } from '../../Utilities';
import { ICalloutProps } from './Callout.Props';
import { ICalloutState } from './CalloutContent';
export declare class Callout extends BaseComponent<ICalloutProps, ICalloutState> {
    constructor(props: ICalloutProps);
    render(): JSX.Element;
}
