import React from 'react'; import { FlintInputOtpSeparator as FlintInputOtpSeparatorElement } from '@getufy/flint-ui/input-otp/flint-input-otp'; /** * Visual separator between `flint-input-otp-group` elements. Renders a short horizontal bar. */ export interface FlintInputOtpSeparatorProps extends React.HTMLAttributes { } export declare const FlintInputOtpSeparator: React.ForwardRefExoticComponent>;