import * as React from 'react'; import { SelectionProps } from './Selection'; interface ISelectionMutilpleProps extends SelectionProps { } export declare class SelectionMutilple extends React.Component { constructor(props: any); render(): JSX.Element; } export {};