import { type ReactElement } from "react"; /** * This implementation of share button keeps it out of sight and effectively disables it. * * @alpha */ export declare function HiddenShareButton(): ReactElement | null; //# sourceMappingURL=HiddenShareButton.d.ts.map