export type { Point, DeepPartial, Rectangle, RawImage } from "../../core-types"; export declare abstract class PartiallyConstructible { }