import '../../stencil.core'; export declare class LiskButtonVote { private urls; unvotes: string; votes: string; buttontitle: string; classnames: string; openUrl(url: string): void; private onSuccess; private onError; open: () => void; private getTitle; private getDefaultTitle; render(): JSX.Element; }