import type { TabProps } from "./types.js"; type TabContentProps = Pick, 'icon' | 'children' | 'value' | 'counter' | 'label'>; export declare function TabContent({ icon, children, value, counter, label }: TabContentProps): import("react/jsx-runtime").JSX.Element; export {};