/// /** * The PinInput component is similar to the Input component, but it is optimized for entering sequences of digits. * The most common application is for entering OTP or security codes. * https://chakra-ui.com/docs/form/pin-input */ export declare function PinInput({ ...props }: any): JSX.Element; export declare function PinInputField({ ...props }: any): JSX.Element; //# sourceMappingURL=PinInput.d.ts.map