import { ICellContentProps } from '../Components/CellContent/CellContent'; import { ITableAllProps } from '../index'; import { ChildAttributesItem } from '../types'; export declare class ChildAttributes { cell?: ChildAttributesItem; table?: ChildAttributesItem; }