///
type Options = {
/** Your app's unique identifier. */
appId: string;
/** The URL to redirect to after a person clicks a button on the dialog.
* Required when using URL redirection. */
redirectUri?: string;
/** A user ID of a recipient. Once the dialog comes up, the sender can
* specify additional people as recipients. */
to?: string;
};
declare const FacebookMessengerShareButton: import("react").ForwardRefExoticComponent, "forwardedRef" | "networkName" | "networkLink" | "opts"> & Options & import("react").RefAttributes>;
export default FacebookMessengerShareButton;