/// <reference types="react" />
import { FlowBuilderApi } from '../../api';
import { HtWhatsappButtonListNode } from '../hubtype-fields';
import { ContentFieldsBase } from './../content-fields-base';
import { FlowWhatsappButtonListSection } from './flow-whatsapp-button-list-section';
export declare class FlowWhatsappButtonList extends ContentFieldsBase {
    code: string;
    text: string;
    listButtonText: string;
    sections: FlowWhatsappButtonListSection[];
    static fromHubtypeCMS(component: HtWhatsappButtonListNode, locale: string, cmsApi: FlowBuilderApi): FlowWhatsappButtonList;
    toBotonic(id: string): JSX.Element;
}
