import React from 'react'; import { TabsProps, TabPaneProps } from 'antd/lib/tabs'; import { DnFC } from '@nokecy/designable-react'; export declare const FormTab: DnFC & { TabPane?: React.FC; };