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