import { type ReactElement } from "react"; import { type IShareButtonProps } from "./types.js"; /** * @internal */ export declare function useShareButtonProps(): IShareButtonProps; /** * @alpha */ export declare function DefaultShareButton({ isVisible, onShareButtonClick }: IShareButtonProps): ReactElement | null; //# sourceMappingURL=DefaultShareButton.d.ts.map