import { ControlProps } from '@json-forms/core'; export interface WithInput { input: any; } export declare const MaterialInputControl: (props: ControlProps & WithInput) => JSX.Element;