export declare const isExternalUrl: (url?: string) => boolean; export declare const getExternalAnchorProps: (url?: string) => { target: string; rel: string; } | { target?: undefined; rel?: undefined; };