import { CalendarShortcutPanelPropsType } from './PropsType';
export declare class CalendarShortcutPanelComponent {
    props: CalendarShortcutPanelPropsType;
    locale: any;
    onSelect: any;
    shortcutPanel: boolean;
    constructor();
    onClick: (type: string) => void;
}
