/** * An object containing properties for copy events */ export declare class CopyEvent { /** * The copied value */ value: string; }