export declare class EmptyState { /** Optional decorative prefix glyph for the complete icon + title + body variant. */ icon: string | undefined; /** Optional visual title. Use with body; required when icon is provided. */ heading: string | undefined; /** Explanatory empty-state copy. Every supported variant includes body text. */ body: string; render(): any; } //# sourceMappingURL=EmptyState.d.ts.map