interface SkipLink { label: string; target: { ariaLabel: string; selector: string; }; } export interface SkipLinksProps { items: SkipLink[]; } declare const SkipLinks: import("react").NamedExoticComponent; export default SkipLinks; //# sourceMappingURL=SkipLinks.d.ts.map