export declare const useInputStyles: (props?: any) => import("@mui/styles").ClassNameMap; export declare function TableInput(props: { error: Error | undefined; value: string; multiline: boolean; focused: boolean; disabled: boolean; updateValue: (newValue: (string | null)) => void; }): import("@emotion/react/jsx-runtime").JSX.Element;