type FamilyConnectButtonProps = { style?: React.CSSProperties; disabled?: boolean; isPending?: boolean; onClick?: () => void; }; export declare const FamilyConnectButton: ({ style, disabled, isPending, onClick, }: FamilyConnectButtonProps) => import("react/jsx-runtime").JSX.Element; type FamilyConnectedButtonProps = { style?: React.CSSProperties; disabled?: boolean; onClick?: () => void; }; export declare const FamilyConnectedButton: ({ style, disabled, onClick }: FamilyConnectedButtonProps) => import("react/jsx-runtime").JSX.Element; export {};