import * as React from "react"; /** * EXPERIMENTAL - Renders an image from the Griddo CDN using an imageField. * Also return a ref with the `` element. * * [GriddoImageExp Reference](https://www.notion.so/griddoio/GriddoImageExp-fdb4ea84ac044b1884f242ac854d9c1d?pvs=4) */ declare const GriddoImageExp: React.ForwardRefExoticComponent<(Omit | Omit | Omit) & React.RefAttributes>; export { GriddoImageExp };