export function AddSelectSidebar({ appliedModifiers, closeIconDescription, displayMetalPanel, illustrationTheme, influencerTitle, items, metaPanelTitle, modifiers, multiSelection, noSelectionDescription, noSelectionTitle, setDisplayMetaPanel, }: { appliedModifiers: any; closeIconDescription: any; displayMetalPanel: any; illustrationTheme: any; influencerTitle: any; items: any; metaPanelTitle: any; modifiers: any; multiSelection: any; noSelectionDescription: any; noSelectionTitle: any; setDisplayMetaPanel: any; }): React.JSX.Element; export namespace AddSelectSidebar { export namespace propTypes { let appliedModifiers: PropTypes.Requireable; let closeIconDescription: PropTypes.Requireable; let displayMetalPanel: PropTypes.Requireable; let illustrationTheme: PropTypes.Requireable; let influencerTitle: PropTypes.Requireable; let items: PropTypes.Requireable; let metaPanelTitle: PropTypes.Requireable; let modifiers: PropTypes.Requireable; let multiSelection: PropTypes.Requireable; let noSelectionDescription: PropTypes.Requireable; let noSelectionTitle: PropTypes.Requireable; let setDisplayMetaPanel: PropTypes.Requireable<(...args: any[]) => any>; } export { componentName as displayName }; } import React from 'react'; import PropTypes from 'prop-types'; declare const componentName: "AddSelectSidebar"; export {}; //# sourceMappingURL=AddSelectSidebar.d.ts.map