type FocusableTarget = HTMLElement | { focus(): void; }; export declare const focusFirst: (elements: HTMLElement[], { select }?: { select?: boolean | undefined; }) => void; export declare const getTabbables: (container: HTMLElement) => HTMLElement[]; export declare const isHidden: (node: HTMLElement, { upTo }?: { upTo?: HTMLElement; }) => boolean; export declare const focus: (element: FocusableTarget | null, { select }?: { select?: boolean; }) => void; export {}; //# sourceMappingURL=utils.d.ts.map