import type { Attachment } from 'svelte/attachments';
export declare const rovingTabindex: (itemSelector: string, options?: {
    currentAttr?: string;
    currentValue?: string;
}) => Attachment<HTMLElement>;
export declare const arrowKeyNav: (itemSelector: string, orientation?: "vertical" | "horizontal") => (event: KeyboardEvent & {
    currentTarget: EventTarget & HTMLElement;
}) => void;
