import { DirtiableElement } from "./__utils/types"; export declare function blur(element?: DirtiableElement | null): void;