export declare class DxpAnimatedSvg {
el: HTMLDxpAnimatedSvgElement;
/**
* Define the local or remote source for the image asset.
*/
src: string;
/**
* Set the aria-label for accessibility enhancements associated with role="img".
*/
label?: string;
/**
* Set the width of the rendered image.
*/
width?: string;
render(): any;
}