import React from 'react'; import type { KeypadProps } from './types'; export default function Keypad({ onPinEntered, onPinErrored, onDigitPressed, onBackspacePressed, errorMessageComponent, pinLength, containerStyle, buttonStyle, buttonTextStyle, keypadTextSize, disableKeypadBackground, usesFaceId, keypadRadius, theme, activeDotColor, emptyDotColor, keypadColor, textColor, dotWidth, dotHeight, gridGap, renderFaceIdIcon, applyBackgroundToFaceIdButton, }: KeypadProps): React.JSX.Element; //# sourceMappingURL=index.d.ts.map