export type { CopyStatusDetails as ClipboardCopyStatusDetails } from '@zag-js/clipboard'; export { ClipboardContext, type ClipboardContextProps } from './clipboard-context.ripple'; export { ClipboardControl, type ClipboardControlBaseProps, type ClipboardControlProps, } from './clipboard-control.ripple'; export { ClipboardIndicator, type ClipboardIndicatorBaseProps, type ClipboardIndicatorProps, } from './clipboard-indicator.ripple'; export { ClipboardInput, type ClipboardInputBaseProps, type ClipboardInputProps, } from './clipboard-input.ripple'; export { ClipboardLabel, type ClipboardLabelBaseProps, type ClipboardLabelProps, } from './clipboard-label.ripple'; export { ClipboardRoot, type ClipboardRootBaseProps, type ClipboardRootProps, } from './clipboard-root.ripple'; export { ClipboardRootProvider, type ClipboardRootProviderBaseProps, type ClipboardRootProviderProps, } from './clipboard-root-provider.ripple'; export { ClipboardTrigger, type ClipboardTriggerBaseProps, type ClipboardTriggerProps, } from './clipboard-trigger.ripple'; export { ClipboardValueText, type ClipboardValueTextBaseProps, type ClipboardValueTextProps, } from './clipboard-value-text.ripple'; export { clipboardAnatomy } from './clipboard.anatomy'; export { useClipboard, type UseClipboardProps, type UseClipboardReturn, } from './use-clipboard.ripple'; export { useClipboardContext, type UseClipboardContext } from './use-clipboard-context'; export * as Clipboard from './clipboard';