import React, { ComponentProps } from 'react'; declare const HorizontalTabItem: React.FunctionComponent & ((import("../../../components/Tabs").BaseTabItemProps & { orientation?: "horizontal"; contentLeft?: React.ReactNode; pilled?: boolean; animated?: boolean; view?: string; size?: "xs" | "s" | "m" | "l"; isActive?: boolean; } & { value?: string | number; contentRight?: never; } & React.RefAttributes) | (import("../../../components/Tabs").BaseTabItemProps & { orientation?: "horizontal"; contentLeft?: React.ReactNode; pilled?: boolean; animated?: boolean; view?: string; size?: "xs" | "s" | "m" | "l"; isActive?: boolean; } & { value?: never; contentRight?: React.ReactNode; } & React.RefAttributes) | (import("../../../components/Tabs").BaseTabItemProps & { orientation?: "horizontal"; contentLeft?: never; pilled?: never; animated?: never; view?: string; size: "h6" | "h5" | "h4" | "h3" | "h2" | "h1"; isActive?: never; } & { value?: string | number; contentRight?: never; } & React.RefAttributes))>; declare const HorizontalIconTabItem: React.FunctionComponent & Omit & import("../../../components/Tabs/TabItem.types").CustomHorizontalIconTabItemProps & React.RefAttributes>; declare const VerticalTabItem: React.FunctionComponent & ((import("../../../components/Tabs").BaseTabItemProps & { orientation: "vertical"; contentLeft?: React.ReactNode; view?: string; size?: string; } & { value?: string | number; contentRight?: never; } & React.RefAttributes) | (import("../../../components/Tabs").BaseTabItemProps & { orientation: "vertical"; contentLeft?: React.ReactNode; view?: string; size?: string; } & { value?: never; contentRight?: React.ReactNode; } & React.RefAttributes))>; declare const VerticalIconTabItem: React.FunctionComponent & Omit & import("../../../components/Tabs/TabItem.types").CustomVerticalIconTabItemProps & React.RefAttributes>; type TabItemProps = ComponentProps | ComponentProps; type IconTabItemProps = ComponentProps | ComponentProps; export declare const TabItem: (props: TabItemProps) => JSX.Element; export declare const IconTabItem: (props: IconTabItemProps & React.RefAttributes) => React.ReactElement | null; export {}; //# sourceMappingURL=TabItem.d.ts.map