import React from 'react';
import type { MuiOtpInputProps } from './index.types';
export type { MuiOtpInputProps };
declare const MuiOtpInput: React.ForwardRefExoticComponent<Omit<MuiOtpInputProps, "ref"> & React.RefAttributes<unknown>>;
export { MuiOtpInput };
