import React from 'react'; interface ISitesCommandBarProps { } declare const SitesCommandBar: React.FC; export default SitesCommandBar;