import React from 'react'; interface IProps { id?: string; onComplete: (pin: string) => void; forgotPinComponent?: React.ReactNode; pin?: string; } export declare const PINKeypad: ({ pin: initialPin, onComplete, forgotPinComponent, ...props }: IProps) => React.JSX.Element; export {}; //# sourceMappingURL=PINKeypad.d.ts.map