export declare const PercentageComparison: ({ current, label, previous, headingLevel }: {
    current: string;
    label: string;
    previous: string;
    headingLevel?: any;
}) => import("react/jsx-runtime").JSX.Element;
