import { StringProperty } from "./NativeProperty"; export declare class UriProperty extends StringProperty { get type(): string; }