export declare const HEADING_TYPE_KEYS: readonly ["h1", "h2", "h3", "h4"]; export type HeadingType = (typeof HEADING_TYPE_KEYS)[number];