export declare function getFocusables(container: HTMLElement): HTMLElement[]; export declare function getFirstFocusable(container: HTMLElement): HTMLElement; export declare function getLastFocusable(container: HTMLElement): HTMLElement; //# sourceMappingURL=utils.d.ts.map