import { LuzmoElement } from './base'; export declare const firstFocusableIn: (root: HTMLElement | ShadowRoot) => LuzmoElement | null; export declare const firstFocusableSlottedIn: (root: HTMLSlotElement) => LuzmoElement | null;