import React from 'react';
import { type ActionListItemProps } from './shared';
type SelectionProps = Pick<ActionListItemProps, 'selected' | 'className'>;
export declare const Selection: React.FC<React.PropsWithChildren<SelectionProps>>;
export {};
//# sourceMappingURL=Selection.d.ts.map