import { GlobalDisplay, LayoutDisplayTypes } from '../../types'; import { MsgVoteDisplay } from '../../types/messages'; export declare type MsgVoteLayout = { dataKey: keyof (MsgVoteDisplay & GlobalDisplay); displayType: LayoutDisplayTypes; label?: string; }[]; export declare const MSG_VOTE_LAYOUT: { MsgVote: MsgVoteLayout; };