import { DTableBodyCellSelectDialog, DTableBodyCellSelectDialogOptions, DThemeTableBodyCellSelectDialog } from "./d-table-body-cell-select-dialog"; export interface DTableBodyCellActionDialogOptions = DThemeTableBodyCellActionDialog> extends DTableBodyCellSelectDialogOptions { } export interface DThemeTableBodyCellActionDialog extends DThemeTableBodyCellSelectDialog { } export declare class DTableBodyCellActionDialog = DThemeTableBodyCellActionDialog, OPTIONS extends DTableBodyCellActionDialogOptions = DTableBodyCellActionDialogOptions> extends DTableBodyCellSelectDialog { protected getType(): string; }