export declare function ShortcutTrigger({ shortcutKey, onShortcutTrigger, withCtrlKey, withMetaKey, withAltKey, withShiftKey, }: any): null;
export declare namespace ShortcutTrigger {
    var defaultProps: {
        withCtrlKey: boolean;
        withMetaKey: boolean;
        withShiftKey: boolean;
        withAltKey: boolean;
    };
}
export default ShortcutTrigger;
//# sourceMappingURL=index.d.ts.map