import type { StatefulInputProps } from './types'; export default function StatefulInput(props: StatefulInputProps): import("react/jsx-runtime").JSX.Element;