import { UltraCalcFunctionErfc } from "./UltraCalcFunctionErfc"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class UltraCalcFunctionErfcPrecise extends UltraCalcFunctionErfc { static $t: Type; protected get_name(): string; }