import { AnchorHTMLAttributes } from 'react';
export type SkipLinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
export declare const SkipLink: import("react").ForwardRefExoticComponent<SkipLinkProps & {
    children?: import("react").ReactNode | undefined;
} & import("react").RefAttributes<HTMLAnchorElement>>;
//# sourceMappingURL=SkipLink.d.ts.map