import { TypeDatesTable } from './../../../../interfaces/columns/date'; import * as i0 from "@angular/core"; /** * Body option Date */ export declare class DateComponent { /** * subType Column with default */ subType: string; /** * subType Column */ set SubType(subType: string); /** * Actual Column */ column: TypeDatesTable; /** * Data row */ data: any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }