import React from 'react'; interface TabPanelProps { value: string; children: React.ReactNode; testID?: string; } declare const TabPanel: React.NamedExoticComponent; export { TabPanel }; //# sourceMappingURL=TabPanel.d.ts.map