import type { IObjectOf } from "@thi.ng/api";
export interface DrawState {
    attribs: IObjectOf<any>;
    grads?: IObjectOf<CanvasGradient>;
    edits: string[];
    restore?: boolean;
}
//# sourceMappingURL=api.d.ts.map