export declare const overWidth: () => number;
export declare const overHeight: () => number;
export declare const isMouseRightClick: (evt?: any) => boolean;
export declare const delayTime: (value?: string | number) => string | number | undefined;
