/** * TerminalPanelHeader style definitions. * * StyleSlots for the macOS-style terminal header with traffic lights, * session title, view mode toggle, and connection status indicator. * * @module @mks2508/mks-ui/react/blocks/Terminal/panel/TerminalPanelHeader */ import type { StyleSlots } from '../../../../../core/types'; /** Slot names for TerminalPanelHeader visual regions. */ export type TerminalPanelHeaderSlot = 'root' | 'trafficLights' | 'titleArea' | 'titleIcon' | 'titleText' | 'viewModeControl' | 'viewModeButton' | 'statusDot' | 'statusLabel'; /** * Default style slots for TerminalPanelHeader. * * @example * ```tsx * // Override a specific slot * * ``` */ export declare const terminalPanelHeaderStyles: StyleSlots; //# sourceMappingURL=TerminalPanelHeader.styles.d.ts.map