/// <reference types="react" />
import { BaseComponent } from 'office-ui-fabric-react/lib/Utilities';
export declare class OverflowSetBasicExample extends BaseComponent<any, any> {
    render(): JSX.Element;
    private _onRenderItem(item);
    private _onRenderOverflowButton(overflowItems);
}
