import { ICellEditorProps, ICellProps, ICellTextProps, IDataRowProps, IEmptyCellProps, IFilterRowEditorProps, IGroupPanelCellProps, IGroupPanelProps, IGroupRowProps, IGroupSummaryCellProps, IGroupSummaryRowProps, IHeadCellProps, IHeadCellResizeProps, IHeadRowProps, IHeaderFilterButtonProps, ILoadingProps, INoDataRowProps, IPagingIndexProps, IPagingProps, IPagingSizeProps, IPopupContentProps, ISortIconProps, ISummaryCellProps, ISummaryRowProps, ITableBodyProps, ITableFootProps, ITableHeadProps } from '../props'; import { ChildComponent } from './ChildComponent'; import { ITableProps } from '../'; export declare class ChildComponents { cell?: ChildComponent>; cellEditor?: ChildComponent>; cellEditorInput?: ChildComponent>; cellText?: ChildComponent>; dataRow?: ChildComponent>; detailsCell?: ChildComponent>; detailsRow?: ChildComponent>; emptyCell?: ChildComponent; filterRowCell?: ChildComponent; filterRowCellInput?: ChildComponent; groupCell?: ChildComponent>; groupExpandButton?: ChildComponent>; groupPanel?: ChildComponent; groupPanelCell?: ChildComponent; groupRow?: ChildComponent>; groupSummaryCell?: ChildComponent>; groupSummaryRow?: ChildComponent>; headCell?: ChildComponent; headCellContent?: ChildComponent; headCellResize?: ChildComponent; headerFilterButton?: ChildComponent; headerFilterPopupContent?: ChildComponent>; headerFilterPopupRow?: ChildComponent; headerFilterPopupSearchInput?: ChildComponent; headerFilterPopupTextCell?: ChildComponent; headRow?: ChildComponent; loading?: ChildComponent; noDataCell?: ChildComponent; noDataRow?: ChildComponent; paging?: ChildComponent; pagingIndex?: ChildComponent; pagingPages?: ChildComponent; pagingSize?: ChildComponent; pagingSizes?: ChildComponent; rootDiv?: ChildComponent>; sortIcon?: ChildComponent; summaryCell?: ChildComponent>; summaryRow?: ChildComponent>; table?: ChildComponent>; tableBody?: ChildComponent>; tableFoot?: ChildComponent>; tableHead?: ChildComponent; tableWrapper?: ChildComponent>; }