/// import { KeyObjectProps } from "../types/OTPKeyboard"; declare function DigitCard({ title, customComponent, backgroundColor, color, textProps, onPress, style, }: KeyObjectProps): JSX.Element; export default DigitCard; //# sourceMappingURL=DigitCard.d.ts.map