import type { SystemStyleInterpolation } from "@chakra-ui/theme-tools"; export declare const PinInput: { baseStyle: import("@chakra-ui/system").CSSObject; sizes: Record; variants: Record; defaultProps: { variant: string; size: string; }; };