import "./sticky-footer.css";
import type { TOC } from "@ember/component/template-only";
export declare const StickyFooter: TOC<{
/**
* The wrapper element of the whole layout.
* Valid parents for this element must have either a set height,
* or a set max-height.
*/
Element: HTMLDivElement;
Blocks: {
/**
* This is the scrollable content, contained within a `
` element for positioning.
* If this component is used as the main layout on a page,
* the `` element would be appropriate within here.
*/
content: [];
/**
* This is the footer content, contained within a `