export declare const ONE_HUNDRED_PERCENT = 100; export declare const getPercentage: (value: number, total: number, isRound?: boolean) => number;