export function getSpecificElement(parentEl: any, elementId: any): any;
export function useFocus(modalRef: any, selectorPrimaryFocus: any): {
    firstElement: any;
    lastElement: any;
    allElements: any;
    specifiedElement: any;
    keyDownListener: (event: any) => Promise<void>;
    getFocusable: () => {
        first: any;
        last: any;
        all: any;
        specified: any;
    };
    claimFocus: () => void;
};
//# sourceMappingURL=useFocus.d.ts.map