import * as React from 'react';
export declare const SelectionToolbar: React.FC<{
    children: (enabled: boolean) => JSX.Element;
}>;
