import type { JSONSchemaNS } from '../types';
import * as i0 from "@angular/core";
export declare class CreateStringComponent {
    schema: JSONSchemaNS.String;
    description?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CreateStringComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CreateStringComponent, "jse-string", never, { "schema": { "alias": "schema"; "required": true; }; "description": { "alias": "description"; "required": false; }; }, {}, never, never, true, never>;
}
