/// import type { IPropertyPanePage } from '../index'; interface IPropertyPaneTabListProps { pages: IPropertyPanePage[]; currentPage: number; onChangeTab: (pageNumber: number) => void; } export declare const PropertyPaneTabList: (props: IPropertyPaneTabListProps) => JSX.Element; export {}; //# sourceMappingURL=PropertyPaneTabList.d.ts.map