import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Creates a copy of an item in the same location as the original * @public */ export declare const DuplicateIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };