export function AddSelectRow({ appliedModifiers, displayMetalPanel, index, focus, item, metaIconDescription, modifiers, multi, multiSelection, navIconDescription, parentId, parentSelected, setAppliedModifiers, setDisplayMetaPanel, setFocus, setMultiSelection, setParentSelected, setSingleSelection, setSize, singleSelection, }: {
    appliedModifiers: any;
    displayMetalPanel: any;
    index: any;
    focus: any;
    item: any;
    metaIconDescription: any;
    modifiers: any;
    multi: any;
    multiSelection: any;
    navIconDescription: any;
    parentId: any;
    parentSelected: any;
    setAppliedModifiers: any;
    setDisplayMetaPanel: any;
    setFocus: any;
    setMultiSelection: any;
    setParentSelected: any;
    setSingleSelection: any;
    setSize: any;
    singleSelection: any;
}): React.JSX.Element;
export namespace AddSelectRow {
    export namespace propTypes {
        let appliedModifiers: any;
        let displayMetalPanel: any;
        let filteredItems: any;
        let focus: any;
        let index: any;
        let item: any;
        let metaIconDescription: any;
        let modifiers: any;
        let multi: any;
        let multiSelection: any;
        let navIconDescription: any;
        let parentId: any;
        let parentSelected: any;
        let setAppliedModifiers: any;
        let setDisplayMetaPanel: any;
        let setFocus: any;
        let setMultiSelection: any;
        let setParentSelected: any;
        let setSingleSelection: any;
        let setSize: any;
        let singleSelection: any;
    }
    export { componentName as displayName };
}
import React from 'react';
declare const componentName: "AddSelectList";
export {};
