import { CascadeSelectProps } from './cascade-select.types.js'; import '@zag-js/popper'; import '@zag-js/collection'; import '@zag-js/rect-utils'; import '@zag-js/types'; import '@zag-js/core'; import '@zag-js/dismissable'; declare const props: (keyof CascadeSelectProps)[]; declare const splitProps: >>(props: Props) => [Partial>, Omit>]; export { props, splitProps };