import { ItemProps, TagsInputProps } from './tags-input.types.js'; import '@zag-js/core'; import '@zag-js/interact-outside'; import '@zag-js/live-region'; import '@zag-js/types'; declare const props: (keyof TagsInputProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; declare const itemProps: (keyof ItemProps)[]; declare const splitItemProps: (props: Props) => [ItemProps, Omit]; export { itemProps, props, splitItemProps, splitProps };