export default class NumberKeyboard extends React.Component { constructor(props: any); state: { longPressNumber: null; dimensions: {}; }; componentDidMount(): void; subscription: import("react-native").EmitterSubscription | undefined; componentWillUnmount(): void; onPress: (number: any) => void; onBackSpace: () => void; renderKey: (number: any, style: any) => JSX.Element; render(): JSX.Element; } import React from "react"; //# sourceMappingURL=NumberKeyboard.d.ts.map