import { PropsWithChildren } from 'react'; /** * Automatically connects to the Farcaster connector if the user is in a Mini App */ export declare function AutoConnect({ children, enabled, }: PropsWithChildren<{ enabled?: boolean; }>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AutoConnect.d.ts.map