import type { JSONSchema } from '../types';
import * as i0 from "@angular/core";
export declare class CreateAlwaysValidComponent {
    schema: JSONSchema;
    get notBoolean(): boolean;
    get typedSchema(): Exclude<JSONSchema, true | false>;
    get description(): string | undefined;
    static ɵfac: i0.ɵɵFactoryDeclaration<CreateAlwaysValidComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CreateAlwaysValidComponent, "jse-always-valid", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
