export declare const getFocusables: (parents: Element[], withGuards?: boolean | undefined) => HTMLElement[];
export declare const getParentAutofocusables: (parent: Element) => HTMLElement[];
