import React from 'react'; interface Props { } export declare const SelectionBar: React.FC; export {};