import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export type CanvasBackgroundStyle = 'dark' | 'light' | 'transparent'; /** * Dashboard canvas - container for dashboard widgets with proper styling * Provides the workspace area with appropriate background and padding */ export declare class DashboardCanvasComponent { backgroundStyle: CanvasBackgroundStyle; padding: string; showEmptyState: boolean; emptyTitle?: string; emptyMessage?: string; showEmptyAction: boolean; emptyActionLabel?: string; emptyAction: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }