interface IconCopyProps { className?: string; } /** The two-overlapping-sheets copy glyph, as distinct from Clipboard's clipboard-and-clip. */ export default function IconCopy({ className }: IconCopyProps): import("react").JSX.Element; export {};