export declare const TITLE_SIZE: readonly ["x-large", "large"];
export type TitleSize = typeof TITLE_SIZE[number];
export type TitleTag = 'h1' | 'h2';
