/// <reference types="react" />
import { SelectionProps } from "./Grid";
declare const Selection: (props: SelectionProps) => JSX.Element;
export default Selection;
