import { TemplateRef } from '@angular/core'; export declare class IgxDatePickerTemplateDirective { template: TemplateRef; constructor(template: TemplateRef); } /** * IgxDatePickerActionsDirective can be used to re-template the dropdown/dialog action buttons. */ export declare class IgxDatePickerActionsDirective { template: TemplateRef; constructor(template: TemplateRef); }