import React from 'react'; export declare const AmbientProjectSwitcher: { (props: any): React.JSX.Element; propTypes: { /** * The array used to map for label and functions to list items. (array). */ data: any; /** * The active label displayed. */ selectedItem: any; /** * Change the background color on the project switcher (default: theme secondary) */ backgroundColor: any; }; }; //# sourceMappingURL=AmbientProjectSwitcher.d.ts.map