import { type HTMLAttributes } from "react"; export type StaticInputAdornmentProps = HTMLAttributes; export declare const StaticInputAdornment: import("react").ForwardRefExoticComponent>;