export declare function find(options: { name?: string; id?: string; className?: string; }): Element | null | undefined;