import { ElementList } from "./def";
import type { FastjsDom } from "./dom-types";
import type { FastjsDomList } from "./dom-list-types";
declare function _selector(selector: string, parent?: Document | ElementList | ElementList[] | FastjsDom | FastjsDomList): HTMLElement | HTMLElement[] | null;
export default _selector;
