import { FC, PropsWithChildren } from 'react'; import { PinFieldContextState } from './context.ts'; export type PinProviderProps = PinFieldContextState; export declare const PinFieldProvider: FC>;