import { FieldProps } from '../Field'; import { PrismaneProps } from '../../types'; export type PinFieldProps = PrismaneProps<{ length?: number; masked?: boolean; }, FieldProps>; declare const PinField: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default PinField; //# sourceMappingURL=PinField.d.ts.map