import * as React from "react"; declare const MuiInputLabelContext: React.Context<{ setLabelId: (id: string | undefined) => void; } | undefined>; declare const MuiInputLabel: React.ForwardRefExoticComponent & Omit, HTMLLabelElement>, "ref">, "render"> & React.RefAttributes>; export { MuiInputLabel, MuiInputLabelContext };