import { UsePinInputProps, SystemProps } from '@chakra-ui/react'; interface PinInputOptions { /** * The pin length. */ pinLength?: number; /** * Spacing between the inputs. */ spacing?: SystemProps['margin']; } export interface PinInputProps extends UsePinInputProps, PinInputOptions { } /** * @deprecated */ export declare const PinInput: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", PinInputProps>; export {}; //# sourceMappingURL=pin-input.d.ts.map