declare const getExternalLinkProps: () => {
    target: string;
    rel: string;
};
export default getExternalLinkProps;
