export declare const getFocusables: (parents: Element[], withGuards?: boolean | undefined) => HTMLElement[];
/**
 * return a list of focusable nodes within an area marked as "auto-focusable"
 * @param parent
 */
export declare const getParentAutofocusables: (parent: Element) => HTMLElement[];
