import React from "react";
interface IDelegateVotesWidget {
    onCloseCallback: () => void;
}
declare const DelegateVotesWidget: React.FC<IDelegateVotesWidget>;
export default DelegateVotesWidget;
//# sourceMappingURL=DelegateVotesWidget.d.ts.map