export type GlossarySectionProps = Readonly<{ id: string; letter: string; headingLevel?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; children: React.ReactNode; className?: string; }>; export declare const GlossarySection: ({ id, letter, headingLevel: Heading, children, className, }: GlossarySectionProps) => import("react").JSX.Element; //# sourceMappingURL=GlossarySection.d.ts.map