import "./hero.css"; import type { TOC } from "@ember/component/template-only"; export declare const Hero: TOC<{ /** * The wrapper element of the whole layout. */ Element: HTMLDivElement; Blocks: { default: []; }; }>; //# sourceMappingURL=hero.d.ts.map