import { SchemaType } from "zeroetp-api-sdk";
import "./index.less";
interface IProps {
    schemas: SchemaType[];
}
declare const _default: (props: IProps) => JSX.Element;
export default _default;
