export declare function setElementValue(element?: HTMLElement | null, value?: string, callback?: ((previous?: string) => void)): void;
