import { ReactElement } from 'react';
import { ISchemaPageProps } from '../types/components.mjs';
import 'next/image';
import 'next/link';
import 'react-player';
declare const SchemaPage: ({ schemaName, tags, editorData, }: ISchemaPageProps) => ReactElement;
export { SchemaPage };