import { PinInputProps } from './pin-input.interface'; import './pin-input.style.scss'; export declare const PinInputComponent: (props: PinInputProps) => import("react/jsx-runtime").JSX.Element; export declare const PinInput: import("react").MemoExoticComponent<(props: PinInputProps) => import("react/jsx-runtime").JSX.Element>;