interface SkipLinkProps { href?: string; label?: string; class?: string; } declare const SkipLink: import("svelte").Component; type SkipLink = ReturnType; export default SkipLink;