import { ElementUIComponent } from './component' /** CheckboxImgButton Component */ export declare class ElCheckboxImgButton extends ElementUIComponent { /** The image's url */ imgUrl: string /** The image's title */ imgTitle: string /** The image's description */ imgDesc: string /** The layout direction */ vertical: boolean }