import type { YwTabProps } from '../../types'; declare function YwTab(props: YwTabProps): JSX.Element; declare namespace YwTab { var defaultProps: { shape: string; dataSource: any[]; onChange: () => void; }; } export default YwTab;