import { ITabsState } from './Tabs';
export declare const onSelect: (state: ITabsState, selectedIndex: number) => {
    selectedIndex: number;
};
