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