export declare const carouselContainerJSON: (props: any) => {
    id: string;
    version: string;
    type: string;
    role: string;
    lang: string;
    "alt-text": string;
    name: string;
    props: {};
    styles: string;
    value: string;
    children: ({
        id: string;
        type: string;
        role: string;
        version: string;
        lang: string;
        "alt-text": string;
        name: string;
        styles: string;
        value: string;
        children: never[];
        props?: undefined;
        bindings?: undefined;
    } | {
        id: string;
        type: string;
        role: string;
        version: string;
        lang: string;
        "alt-text": string;
        name: string;
        props: {
            src: string;
        };
        bindings: {
            state: string;
            actions: {
                click: string[];
            };
        };
        styles: string;
        value: string;
        children: any;
    })[];
};
export declare const graphsJSON: (props: any, chartsData: any) => {
    type: string;
    version: string;
    styles: string;
    props: {
        chartOptions: any;
    };
};
