import React from 'react';
import { FormTabsProps } from './types';
export declare const FormTabs: React.FC<FormTabsProps>;
