import { QrCodeProps } from './qr-code.types.js'; import '@zag-js/core'; import '@zag-js/dom-query'; import '@zag-js/types'; import 'uqr'; declare const props: (keyof QrCodeProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; export { props, splitProps };