export declare const HeadingContentSize: { md: string; lg: string; }; export type HeadingContentSize = keyof typeof HeadingContentSize;