export declare const $: (selector: string) => Omit & { closest: (selector: string) => HTMLElement; }; export declare const $_: (selector: string) => HTMLElement | null;