interface ApiDocsModalProps { /** File path to the documentation markdown */ docPath: string | null; /** Title to show in the modal header */ title: string; } export declare function ApiDocsModal({ docPath, title }: ApiDocsModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ApiDocsModal.d.ts.map