exportdeclareconstgetFocusables: (parents: Element[], withGuards?: boolean | undefined) =>HTMLElement[];
/**
* return a list of focusable nodes within an area marked as "auto-focusable"
* @paramparent
*/exportdeclareconstgetParentAutofocusables: (parent: Element) =>HTMLElement[];