import { SignaturePadProps } from './signature-pad.types.js'; import '@zag-js/core'; import '@zag-js/types'; import 'perfect-freehand'; declare const props: (keyof SignaturePadProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; export { props, splitProps };