/**
 * @description image width 100%
 * @author wangfupeng
 */
import ImageWidthBaseClass from './WidthBase';
declare class ImageWidth100 extends ImageWidthBaseClass {
    readonly title = "100%";
    readonly value = "100%";
}
export default ImageWidth100;
