import React from 'react'; /** * * A component used for rendering made with block. * * @example * * import MadeWith from "@bigbinary/neeto-molecules/MadeWith"; * * ; * @endexample */ declare const MadeWith: React.FC<{ productName?: string; productIcon?: elementType; }>; export { MadeWith as default };