import type { PolymorphicComponent } from "../types/helpers"; /** * A skip to content link component for accessibility. This link becomes visible * when focused, allowing keyboard users to skip navigation and jump directly to * main content. * * @alpha */ export declare const SkipToContent: PolymorphicComponent<"a">; //# sourceMappingURL=SkipToContent.d.ts.map