import { type PipeTransform } from '@angular/core';
import { type AbstractSchema } from '../schemas';
import * as i0 from "@angular/core";
export declare class RenderablePipe implements PipeTransform {
    transform(schema: AbstractSchema): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<RenderablePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<RenderablePipe, "renderable", true>;
}
