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