import React, { ComponentProps } from 'react'; declare const HorizontalTabs: React.FunctionComponent & ((import("@salutejs/plasma-new-hope/styled-components").BaseTabsProps & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types.js").CustomHorizontalTabsProps & React.RefAttributes) | (import("@salutejs/plasma-new-hope/styled-components").BaseTabsProps & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types.js").CustomHeaderTabsProps & React.RefAttributes))>; declare const VerticalTabs: React.FunctionComponent & import("@salutejs/plasma-new-hope/styled-components").BaseTabsProps & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types.js").CustomVerticalTabsProps & React.RefAttributes>; type TabsProps = ComponentProps | ComponentProps; /** * Контейнер вкладок, основной компонент для пользовательской сборки вкладок. */ export declare const Tabs: (props: TabsProps) => JSX.Element; export {};