import { IkasProductAttributeTableCell } from "../table-cell"; export declare type IkasProductAttributeTableTemplate = { columns: IkasProductAttributeTableCell[] | null; rows: IkasProductAttributeTableCell[] | null; };