export interface BodySignature { Blocks: { default: []; }; Element: HTMLDivElement; } declare const _default: import("@ember/component/template-only").TemplateOnlyComponent; export default _default;