import { HTMLJuloProps } from '@julo-ui/system';

type OtpInputFieldProps = HTMLJuloProps<'input'>;
type UseOtpInputFieldProps = OtpInputFieldProps;

export { OtpInputFieldProps, UseOtpInputFieldProps };
