export type BigScreenTone = 'info' | 'success' | 'warning' | 'danger'; export interface BigScreenPanelProps { title?: string; accent?: string; liveLabel?: string; showBar?: boolean; corners?: 'none' | 'tl-br' | 'all'; padding?: 'md' | 'compact' | 'tight'; bodyLayout?: 'default' | 'metric'; titleSize?: 'md' | 'sm'; overflowHidden?: boolean; } export interface BigScreenPreviewFixtures { robot: Record; buildProjects: Record; dutyToday: Record; alertLatest: Record; buildDistribution: Record; endpointDistribution: Record; } //# sourceMappingURL=types.d.ts.map