import * as React from 'react';
export declare class ContextualMenuIconExample extends React.Component<{}, {
    showCallout: boolean;
}> {
    constructor(props: {});
    render(): JSX.Element;
}
