// @flow import * as React from "react"; import type { Props } from "."; export type CreateIcon = ( def: React.Node, viewBox: string, displayName: string, ) => React.ComponentType; declare export default CreateIcon;