import React from 'react';
export declare const pluralize: (number: number, one: string, two: string, five: string) => string;
export declare function formatBytes(bytes: number, decimals?: number): string;
export declare const stopPropagation: (e: React.MouseEvent<HTMLElement>) => void;
