import { ElementUIComponentForGov } from './component'

/** Aside Component */
export declare class ElAside extends ElementUIComponentForGov {
  /** Width of the side section */
  width: string
}
