import { Elements } from '../../types';
interface SelectionListenerProps {
    onSelectionChange: (elements: Elements | null) => void;
}
declare const _default: ({ onSelectionChange }: SelectionListenerProps) => null;
export default _default;
