import { default as React } from 'react'; export interface TabPanelProps { /** Must match the `value` of the corresponding `Tab`. */ value: string; children: React.ReactNode; className?: string; } export declare function TabPanel({ value, children, className }: TabPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TabPanel.d.ts.map