import { AttributeModel } from "../../models/attribute.model"; export declare class TablePrimaryHeaderModel { name: string; attributes: AttributeModel; width: string; }