import { PinInputProps } from './pin-input.types.js'; import '@zag-js/core'; import '@zag-js/types'; declare const props: (keyof PinInputProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; export { props, splitProps };