/** * The copy permissions button shown in the NotifyButton toast if the user doesn't have permissions to toggle notifications. * @internal */ export declare const CopyPermissionsButton: (props: Readonly<{ readOrWrite: "read" | "write"; }>) => import("react/jsx-runtime").JSX.Element;