export declare class InterventionRequestSvg { /** * Component element reference */ el: HTMLElement; /** * Source */ src: string; /** * Alt attribute */ alt: string; /** * Width attribute */ width: number; /** * Height attribute */ height: number; /** * Base URL */ baseUrl?: string; /** * Component render * Component lifecycle method * @return HTMLInterventionRequestSvgElement */ render(): HTMLInterventionRequestSvgElement; }