import { type Instance } from '../setup';
export declare function walkRadio(instance: Instance, el: HTMLInputElement & {
    type: 'radio';
}, direction: -1 | 1): void;
