import { default as React } from 'react';
import { IconStyles } from './types';
interface HubIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const HubIcon: React.FC<HubIconProps>;
export default HubIcon;
//# sourceMappingURL=Hub.d.ts.map