import * as react_jsx_runtime from 'react/jsx-runtime';
import { SlotProps } from 'input-otp';

declare const InputOtpSegment: ({ ...props }: SlotProps & {
    isFocused?: boolean;
    isFocusVisible?: boolean;
}) => react_jsx_runtime.JSX.Element;

export { InputOtpSegment };
