/// <reference types="react" />
import { StyleTags } from '../../@declares';
declare namespace _Plain {
    type Input = StyleTags.States & React.InputHTMLAttributes<HTMLInputElement>;
}
declare const _Plain: (p: _Plain.Input) => import("react/jsx-runtime").JSX.Element;
export { _Plain, _Plain as default };
