import { ElementUIComponentForGov } from './component'

/** Footer Component */
export declare class ElFooter extends ElementUIComponentForGov {
  /** Height of the footer */
  height: string
}
