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