import { HoverCardProps } from './hover-card.types.js'; import '@zag-js/core'; import '@zag-js/dismissable'; import '@zag-js/popper'; import '@zag-js/types'; declare const props: (keyof HoverCardProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; export { props, splitProps };