import { BSInputOptions } from "../commonTypes/common-types";
import { BSDataTableInput } from "./BSDataTableInput";
declare class BSDataTableTextInputExt extends BSDataTableInput {
constructor(options: BSInputOptions);
render(): void;
}
export { BSDataTableTextInputExt };