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