/** @jsx jsx */ import { Ref } from 'react'; import { jsx } from '@emotion/react'; export default function DummyInput({ innerRef, ...props }: JSX.IntrinsicElements['input'] & { readonly innerRef: Ref; }): jsx.JSX.Element;