import { SugarElement } from '../../api/node/SugarElement'; import type { SimSelection } from '../../api/selection/SimSelection'; declare const find: (win: Window, selection: SimSelection, selector: string) => SugarElement[]; export { find }; //# sourceMappingURL=Within.d.ts.map