import type { DSTabElement } from '@digdir/designsystemet-web'; import type { HTMLAttributes } from 'react'; import '@digdir/designsystemet-web'; export type TabsTabProps = { /** * Unique value that will be set in the `Tabs` components state when the tab is activated */ value: string; } & Omit, 'value'>; /** * A single item in a Tabs component. * * @example * Tab 1 */ export declare const TabsTab: import("react").ForwardRefExoticComponent<{ /** * Unique value that will be set in the `Tabs` components state when the tab is activated */ value: string; } & Omit, "value"> & import("react").RefAttributes>; //# sourceMappingURL=tabs-tab.d.ts.map