/// <reference types="react" />
export declare const Inputs: {
    TextInput: (params: any) => import("react").JSX.Element;
};
