import type { BasicTarget } from '../utils/domTarget'; type DocumentEventKey = keyof DocumentEventMap; export default function useClickAway(onClickAway: (event: T) => void, target: BasicTarget | BasicTarget[], eventName?: DocumentEventKey | DocumentEventKey[]): void; export {};