export type HeaderSize = 's' | 'm' | 'l' | 'xl'; export type A11yLabels = { [key in 'back']: string; }; //# sourceMappingURL=Header.types.d.ts.map