import React from "react"; import { IconBaseProps } from "../IconBase"; export type TensorFlowIconProps = Omit; declare const TensorFlowIcon: React.FC; export default TensorFlowIcon; //# sourceMappingURL=TensorFlowIcon.d.ts.map