import { EditableProps } from './editable.types.mjs'; import '@zag-js/core'; import '@zag-js/interact-outside'; import '@zag-js/types'; declare const props: (keyof EditableProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; export { props, splitProps };