export interface OwnProps { data?: any; multi?: boolean; selectedItems: (elements: any) => void; } export declare type Props = OwnProps;