import { MQ, TitleBarProps as NKTitleBarProps } from 'newskit'; export interface TitleBarProps extends Omit { text: string; marginBlockEnd?: MQ; link?: { text: string; href: string; 'aria-label'?: string; }; linkOverriders?: { stylePreset?: MQ; typographyPreset?: MQ; paddingInline?: MQ; paddingBlock?: MQ; marginBlockEnd?: MQ; iconSize?: MQ; }; }