import { TypeDataEnumeration } from "../inputs/type-data-enumeration.model"; export declare class LinkedListHeaderType { text: string; property: string; type: TypeDataEnumeration; format?: string; isReadOnly: boolean; value: string; constructor(text: string, property: string, type: TypeDataEnumeration, value: string, isReadonly: boolean, format?: string); }