declare const ParchmentEmbed: any;
declare class ImageWithStyle extends ParchmentEmbed {
    static create(value: any): any;
    static formats(domNode: any): {};
    static match(url: any): boolean;
    static sanitize(url: any): any;
    static value(domNode: any): any;
    format(name: any, value: any): void;
}
export default ImageWithStyle;
