import { RegistryTokenId } from "@hypernetlabs/objects";
import React from "react";
export interface IGovernanceValueWithTitle {
    title: string;
    value: string | number | RegistryTokenId | undefined;
    topRightContent?: React.ReactNode;
    bottomRightContent?: React.ReactNode;
}
export declare const GovernanceValueWithTitle: React.FC<IGovernanceValueWithTitle>;
//# sourceMappingURL=GovernanceValueWithTitle.d.ts.map