/// <reference types="react" />
declare const Selection: (props: any, ref: any) => JSX.Element;
export default Selection;
