import { type FunctionComponent, type ReactNode } from 'react'; export declare const TabPane: FunctionComponent<{ id?: string; children?: ReactNode; }>; //# sourceMappingURL=TabPane.d.ts.map