declare const clipboard_data: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default clipboard_data;