export declare function JSONSchme2AMisSchema(schema: any): {
    title: any;
    type: string;
    mode: string;
    controls: any[];
};
