import * as React from "react"; import { IconProps } from "./icon.type"; declare const Icon: React.FunctionComponent; export { Icon };