import { ReactElement } from 'react'; interface Props { url: string; label: string; } export declare const MenuExternalLink: (props: Props) => ReactElement; export {}; //# sourceMappingURL=index.d.ts.map