export { Clipboard } from './clipboard'; export { CLIPBOARD_COPY_EVENT, CLIPBOARD_ERROR_EVENT, type ClipboardOptions, type ClipboardCopyDetail, type ClipboardErrorDetail, type ClipboardCopyEvent, type ClipboardErrorEvent, } from './clipboard.types';