import { type ReactNode } from 'react'; interface Props { title?: string; link?: string; linkLabel?: string; children?: ReactNode; } declare const _default: ({ title, link, linkLabel, children }: Props) => JSX.Element; export default _default; //# sourceMappingURL=DocumentationSection.d.ts.map