export * from './InputOtp.context';
export * as InputOtp from './InputOtp.parts';
export * as InputOtpProps from './InputOtp.props';
export { defaultRootProps, InputOtpRoot } from './root';
export { defaultTextProps, InputOtpText } from './text';
export type * from '@primereact/types/primitive/inputotp';
