///
import { type vars } from '@quotalab/qds-token';
export type TabLineRootOwnProps = {
className?: string;
fullWidth?: boolean;
paddingX?: keyof typeof vars.space;
actionSlot?: React.ReactNode;
suppressHiddenMenuItem?: boolean;
};
export type TabLineRootProps = React.PropsWithChildren;
export declare function TabLineRoot({ children, suppressHiddenMenuItem, ...tabLineRootProps }: TabLineRootProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=tab-line-root.d.ts.map