import { type ReactElement } from "react"; import { type IShareButtonProps } from "./types.js"; /** * @internal */ export declare function ShareButton(props: IShareButtonProps): ReactElement; //# sourceMappingURL=ShareButton.d.ts.map