import * as React from 'react';
import { Icon } from '../iconTypes';
declare const IconRelayFlag: ({ className, height, title, width, color }: Icon) => React.JSX.Element;
export default IconRelayFlag;
