/** * @name SVG * @description Render SVG content from an external source. * @category Data Display * @example */ export declare class Svg { src: string; svg: string; /** * The Icon size. */ size: string; handleNameChange(newValue: string): Promise; componentWillLoad(): Promise; private getSize; render(): any; }