import { Base, Point, Type } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; /** * @hidden */ export declare abstract class Frame extends Base { static $t: Type; abstract d(a: number, b: Frame, c: Frame): void; protected static b(a: List$1, b: number, c: List$1, d: List$1): void; protected static g(a: List$1, b: number, c: List$1, d: List$1, e: List$1): void; protected static c(a: List$1, b: number, c: List$1, d: List$1): void; protected static f(a: List$1, b: number, c: List$1, d: List$1): void; protected static e(a: List$1, b: number, c: List$1, d: List$1): void; protected static h(a: List$1, b: number, c: List$1, d: List$1, e: List$1): void; protected static a(a: number, b: number, c: number): number; }