import type { SimpleProp } from './helpers/factory'; export declare const headingLevelOptions: readonly [0, 1, 2, 3, 4, 5, 6]; export type HeadingLevel = (typeof headingLevelOptions)[number]; export type LevelProp = SimpleProp<'level', HeadingLevel>; export declare const levelProp: import("./helpers/factory").PropDefinition, LevelProp>;