export declare function formatPercent(text?: string | null, ...params: any[]): string | null | undefined;
