export type SkipLinkWrapperProps = {
    skipLinksLabel?: string;
};
