import { Component } from '../component'; export declare class EmptyStateIllustration extends Component { static define(): void; protected createRenderRoot(): this; connectedCallback(): void; } declare global { interface HTMLElementTagNameMap { 'm-empty-state-illustration': EmptyStateIllustration; } }