import { GlobalDisplay, LayoutDisplayTypes } from '../../types'; import { MsgSendDisplay } from '../../types/messages'; export declare type MsgSendLayout = { dataKey: keyof (MsgSendDisplay & GlobalDisplay); displayType: LayoutDisplayTypes; label?: string; }[]; export declare const MSG_SEND_LAYOUT: { MsgSend: MsgSendLayout; };