import { type ReactNode } from 'react'; export interface DocumentationCardProps { documentationSections: Array; className?: string; } declare const _default: ({ documentationSections, className, }: DocumentationCardProps) => JSX.Element; export default _default; //# sourceMappingURL=DocumentationCard.d.ts.map