import React from 'react';
export interface MapsUgcProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const MapsUgc: React.FC<MapsUgcProps>;
//# sourceMappingURL=MapsUgc.native.d.ts.map