import React, { type FunctionComponent, type ReactNode } from 'react'; export interface TabListProps { stretch?: boolean; scrollable?: boolean; children?: ReactNode; } export declare const TabListContext: React.Context; export declare const TabList: FunctionComponent; //# sourceMappingURL=TabList.d.ts.map