import { ReactNode } from 'react'; export interface ProfileGeographyBridgeProps { children: ReactNode; /** Enable auto-detection of geography (GPS, timezone, locale) */ enableAutoDetect?: boolean; } export declare function ProfileGeographyBridge({ children, enableAutoDetect, }: ProfileGeographyBridgeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ProfileGeographyBridge.d.ts.map