import { IgxExcelStyleDefaultExpressionComponent } from './excel-style-default-expression.component';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class IgxExcelStyleDateExpressionComponent extends IgxExcelStyleDefaultExpressionComponent {
    private input;
    private picker;
    get searchVal(): any;
    set searchVal(value: any);
    protected get inputValuesElement(): HTMLInputElement;
    get inputDatePlaceholder(): string;
    get inputTimePlaceholder(): string;
    get weekStart(): number;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxExcelStyleDateExpressionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxExcelStyleDateExpressionComponent, "igx-excel-style-date-expression", never, { "searchVal": { "alias": "searchVal"; "required": false; }; }, {}, never, never, true, never>;
}
