import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class CamelCaseSpacedPipe implements PipeTransform {
    transform(value: string): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<CamelCaseSpacedPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<CamelCaseSpacedPipe, "camelCaseSpaced", false>;
}
