import { IUrlLinkOwnProps, } from '../UrlLink/IUrlLinkOwnProps'; import { ReactNoOutput, } from '../../typeAliases/ReactNoOutput'; export interface ISkipToContentLinkDestinationOwnProps extends Omit { readonly children?: ReactNoOutput; readonly id: string; }