import { Properties } from "../types";
export declare function makePropertiesEditable(properties: Properties): Properties<any>;
