import React from 'react'; import { FcrTabs, TabsProps } from '.'; import { Meta } from '@storybook/react'; declare const meta: Meta; export declare const Docs: (props: TabsProps) => React.JSX.Element; export default meta;