export declare const titleSizeVariant: readonly ["s", "m"];
export type TitleSizeVariant = (typeof titleSizeVariant)[number];
