/** * Panel to display and edit dial controls for objects * * Automatically reads the selection from useEditorStore and displays * controls with category 'default', filtered by tags matching the selection. * Includes Card wrapper with collapsible functionality. * * Filtering logic: * - Shows controls with category: 'default' * - Further filters by tags matching the current selection * - Only displays when something is selected AND there are controls to show * * @example * ```tsx * // Place between GlobalDialControlsPanel and PropertiesPanel * * * * ``` */ export declare function SelectionDialControlsPanel(): import("react/jsx-runtime").JSX.Element;