import { PinPadModel } from './PinPadModel'; /** * Displays a prompt used to get obtain a PIN from the user. * * Uses a custom key pad and digit display. * * @see PinPadModel */ export declare const PinPad: import("react").FC>, pinPad: import("@xh/hoist/core").ElementFactory>;