///
export interface OverflowMenuControlProps extends React.HTMLProps {
/** Any elements that can be rendered in the menu */
children?: any;
/** Additional classes added to the OverflowMenuControl */
className?: string;
/** Triggers the overflow dropdown to persist at all viewport sizes */
hasAdditionalOptions?: boolean;
}
export declare const OverflowMenuControl: React.FunctionComponent;
//# sourceMappingURL=OverflowMenuControl.d.ts.map