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