import { AnyObject } from '../types'; export declare const convertComponent: (state: AnyObject, id: string) => {}; declare const convertToSchema: (state: AnyObject) => {}; export default convertToSchema;