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