export * from '@gaddario98/react-core/utiles';

declare const openLink: (url: string) => void;

export { openLink };
