import type { Action } from 'svelte/action';
export declare const autofocus: Action<HTMLElement, boolean | undefined>;
