import type { JSONSchemaNS } from "../../types";
import * as i0 from "@angular/core";
export declare class ContentSchemaComponent {
    schema: JSONSchemaNS.String;
    contentSchemaLabel: string;
    title: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ContentSchemaComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ContentSchemaComponent, "qm-content-schema", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
