export declare class AmpIcon { /** * SVG icon to render */ svg: string; /** * Height in px */ height: string; /** * Width in px */ width: string; render(): any; }