export declare function isMac(): boolean;
export declare function isControlOrMeta(event: KeyboardEvent | MouseEvent): boolean;
export declare function isIOS(): boolean;
export declare function isWebKit(): boolean;
