/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import { type ReactNode } from 'react';
export declare const SkipLink: ({ href, children, isFocusable, }: {
    href: string;
    children: ReactNode;
    isFocusable: boolean;
}) => ReactNode;
