export declare class WfImage { width?: string; height?: string; aspectRatio?: string; text?: string; borderRadius?: string; render(): any; }