export declare const invokeWithoutDefault: (func: () => void) => (event?: MouseEvent) => void;
