import { default as React } from 'react'; export type TabPanelProps = { children: React.ReactNode; }; export declare const TabPanel: ({ children }: TabPanelProps) => React.JSX.Element; //# sourceMappingURL=TabPanel.d.ts.map