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