export type { IPinInputContext, IPinInputFieldProps, IPinInputProps, } from './types'; import type { IPinInputComponentType } from './types'; declare const PinInput: IPinInputComponentType; export { PinInput };