import * as react_jsx_runtime from 'react/jsx-runtime'; declare function Empty(): react_jsx_runtime.JSX.Element; /** * @todo This should _not_ be here, this would be an implementation _of_ * not an implementation _from_. */ declare function HeroImage({ alt, meta }: { alt?: string; meta?: { base64: string; img: { src: string; width: number; height: number; type: string; }; slug: string; url: string; }; }): react_jsx_runtime.JSX.Element; declare function MainHeroDialog(): react_jsx_runtime.JSX.Element; declare function MainHeroDropdownMenu(): react_jsx_runtime.JSX.Element; export { Empty, HeroImage, MainHeroDialog, MainHeroDropdownMenu };