import { IconProps } from '../lib';
declare function Copy(props: IconProps): JSX.Element;
export default Copy;
