import React from 'react'; import { ExpandNestedConfig } from '../../config'; import { Schema } from '../../types'; interface Props { schemas?: Record; expand?: ExpandNestedConfig; } export declare const SchemasComponent: React.FunctionComponent; export {};