export declare const Share: ({ link }: {
    link: string;
}) => import("react/jsx-runtime").JSX.Element;
