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