export declare function parsePercent(percent: string, max: number): number;
