import { DBasePaddingAdjustable } from "./d-base-padding-adjustable"; import { DInputText, DInputTextOptions, DThemeInputText } from "./d-input-text"; export interface DTableBodyCellInputTreeInputOptions extends DInputTextOptions { } export interface DThemeTableBodyCellInputTreeInput extends DThemeInputText { } export declare class DTableBodyCellInputTreeInput = DTableBodyCellInputTreeInputOptions> extends DInputText { protected _padding: DBasePaddingAdjustable; protected newPadding(theme: THEME, options?: OPTIONS, callback?: () => void): DBasePaddingAdjustable; get padding(): DBasePaddingAdjustable; protected getType(): string; }