export declare const selectors: { readonly root: "multi-state-box"; readonly stateContainer: "state-container"; }; export declare const DISPLAY_NAMES: { readonly component: "Multi-State Box"; readonly data: { readonly states: "State"; readonly activeStateName: "Active state"; readonly stateName: "State name"; }; }; export declare const DESCRIPTIONS: { readonly data: { readonly activeStateName: "To trigger states from CMS or code, use the connect icon to bind this property"; }; };