import { SelectionType } from '../types';
export declare const noop: () => void;
export declare const isSelectableItem: (selectionType: SelectionType, isParent: boolean) => boolean;
