/** * TerminalSettingsPopover style definitions. * * @module @mks2508/mks-ui/react/blocks/Terminal/panel/TerminalSettingsPopover */ import type { StyleSlots } from '../../../../../core/types'; /** Slot names for TerminalSettingsPopover visual regions. */ export type TerminalSettingsPopoverSlot = 'root' | 'trigger' | 'header' | 'section' | 'sectionLabel' | 'segmentedControl' | 'segmentedButton' | 'fontControls' | 'toggle' | 'resetButton'; /** * Default style slots for TerminalSettingsPopover. */ export declare const terminalSettingsPopoverStyles: StyleSlots; //# sourceMappingURL=TerminalSettingsPopover.styles.d.ts.map