export declare const getPercentage: ({ amountOutOfTotal, total, minDelegation }: { amountOutOfTotal: string; total: string; minDelegation?: string | undefined; }) => string; //# sourceMappingURL=getPercentage.d.ts.map