declare type PropType = { children: JSX.Element | JSX.Element[]; }; declare function TabsContainer({ children }: PropType): JSX.Element; export default TabsContainer; //# sourceMappingURL=TabsContainer.d.ts.map