import React from 'react';
import { ItemProps } from './Item';
declare type SelectionProps = Pick<ItemProps, 'selected'>;
export declare const Selection: React.FC<SelectionProps>;
export {};
