import { type Define } from '@sigx/lynx'; export type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6; export type HeadingProps = Define.Prop<'level', HeadingLevel, false> & Define.Prop<'class', string, false> & Define.Slot<'default'>; export declare const Heading: import("@sigx/runtime-core").ComponentFactory import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }>; //# sourceMappingURL=Heading.d.ts.map