import { type ComponentType } from '../../model/ComponentType'; interface CurrentLocationProps extends ComponentType { address?: string; } export declare const CurrentLocation: import("@redneckz/uni-jsx").UNIComponent; export {};