import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface NoStaticElementInteractionsOption { handlers?: string[]; [k: string]: any; } /** * Options. */ export type NoStaticElementInteractionsOptions = [ NoStaticElementInteractionsOption?, ]; /** * Enforce that non-interactive, visible elements (such as `