import { CalendarShortcutPanelPropsType } from './PropsType';
import * as i0 from "@angular/core";
export declare class CalendarShortcutPanelComponent {
    props: CalendarShortcutPanelPropsType;
    set locale(value: any);
    set onSelect(value: any);
    shortcutPanel: boolean;
    constructor();
    onClick: (type: string) => void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CalendarShortcutPanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CalendarShortcutPanelComponent, "CalendarShortcutPanel, nzm-calendar-shortcut-panel", never, { "locale": { "alias": "locale"; "required": false; }; "onSelect": { "alias": "onSelect"; "required": false; }; }, {}, never, never, false, never>;
}
