import { IStringIndexable } from "../types"; /** * Convenience method for setting (potentially nested) properties on an object. */ export declare const applyProps: (object: IStringIndexable, props: IStringIndexable) => void;