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