import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DoubleOrAutoBase extends Base { static $t: Type; constructor(); get a(): boolean; b: Nullable$1; static e(a: string, b: Nullable$1): { p1: Nullable$1; }; d(): string; }