import React from 'react'; import type { ITabViewProps } from './types'; declare const _default: React.MemoExoticComponent<({ children, ...props }: ITabViewProps) => JSX.Element>; export default _default;