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<any[]>;
        let closeIconDescription: PropTypes.Requireable<string>;
        let displayMetalPanel: PropTypes.Requireable<object>;
        let illustrationTheme: PropTypes.Requireable<string>;
        let influencerTitle: PropTypes.Requireable<string>;
        let items: PropTypes.Requireable<object>;
        let metaPanelTitle: PropTypes.Requireable<string>;
        let modifiers: PropTypes.Requireable<object>;
        let multiSelection: PropTypes.Requireable<any[]>;
        let noSelectionDescription: PropTypes.Requireable<string>;
        let noSelectionTitle: PropTypes.Requireable<string>;
        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