import { TableHeaderListValueType } from "../table.models"; export declare class TableTDComponent { row: any; valueType: TableHeaderListValueType; dateFormat: string; }