import type { SVGProps } from 'react'; declare const Tabs: (props: SVGProps) => JSX.Element; export default Tabs;