import { ElementUIComponent } from './component' /** Footer Component */ interface IFooter extends ElementUIComponent { /** Height of the footer */ height: string } export const ElFooter: IFooter