export declare class EnsureNotNanValueConverter {
    toView(value: number, enabled?: boolean, replacementText?: string): any;
}
