/** * Comma separated list of common focusable selectors. * * @public */ export declare const FOCUSABLE_SELECTORS = "a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])"; //# sourceMappingURL=focus.d.ts.map