import { ReactElement } from 'react';
export declare type IncTextInputProps = {
    title: string;
    props: Record<string, any>;
};
interface IncTextInputType {
    (props: IncTextInputProps): ReactElement;
}
export declare const IncTextInput: IncTextInputType;
export {};
