import { E3Config } from '../platform/e3-config.js'; export interface UITaskPreviewProps { /** Task name (must have `kind: 'ui'`). */ task: string; /** * Override the surrounding `` config — useful when a * single page renders previews for multiple workspaces. */ config?: E3Config; /** * Poll interval (ms) for the manifest's declared reads. Default 1000ms. */ pollInterval?: number; } export declare const UITaskPreview: import('react').NamedExoticComponent; //# sourceMappingURL=UITaskPreview.d.ts.map