import React from 'react';
interface CopySvgProps {
    color?: string;
    size?: string;
}
export declare const CopySvg: ({ color, size }: CopySvgProps) => React.JSX.Element;
export {};
//# sourceMappingURL=CopySvg.d.ts.map