export declare const useGetAdaHolderVotingPowerQuery: (stakeKey?: string) => {
    votingPower: any;
    powerIsLoading: boolean;
};
