/// <reference types="react" />
interface CopySvgProps {
    color?: string;
    size?: string;
}
export declare const CopySvg: ({ color, size }: CopySvgProps) => JSX.Element;
export {};
//# sourceMappingURL=CopySvg.d.ts.map