/// export interface IProps { type: string; definition: any; } export declare const InputElementTypes: { Text: string; Date: string; DropdownSingle: string; }; export declare function InputElement(props: IProps): JSX.Element;