import { ArrayStore } from '../Array'; export declare type SelectionStoreOptions = { list: ArrayStore; canSelect?: (item: T) => boolean; };