export declare function DocumentationViewer(props: {
    documentation: string;
}): import("react/jsx-runtime").JSX.Element;
