/** * Pure navigability rule shared by `ore-stepper` (building its own roving-tabindex * candidate list) and `ore-step` (reflecting its own `navigable` attribute for CSS/ * testing). Kept in one place instead of duplicated inline so the two derivations * can't drift out of sync. */ export declare function isStepNavigable(options: { disabled: boolean; index: number; linear: boolean; stepperClickable: boolean; stepperCurrentIndex: number; }): boolean; //# sourceMappingURL=_is-step-navigable.d.ts.map