import React from 'react';
/**
 * Copy icon that looks like 2 rounded squares on top of each other
 */
export declare const CopyDoubleRoundedSquareIcon: ({ size, }: {
    size?: number;
}) => React.JSX.Element;
