import { IWPTabs, IWPTabsProps } from "../types";
/**
 * Web Part Tabs
 */
export declare const WPTabs: (props: IWPTabsProps) => IWPTabs;
