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