import { TemplateRef } from '@angular/core';
import { AlainDateRangePickerShortcutItem } from '@delon/util/config';
import * as i0 from "@angular/core";
export declare class RangePickerShortcutTplComponent {
    readonly tpl: TemplateRef<void>;
    list: AlainDateRangePickerShortcutItem[];
    click(_: AlainDateRangePickerShortcutItem): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerShortcutTplComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RangePickerShortcutTplComponent, "ng-component", never, {}, {}, never, never, true, never>;
}
