export declare class EnsureNotEmptyValueConverter {
    toView(value: any | Array<any>, enabled?: boolean, replacementText?: string): any;
}
