/** * Panel to display and edit global dial controls * * Shows only entries with category: 'global'. * This is typically used for application-wide settings like camera, lighting, etc. * Includes Card wrapper with collapsible functionality. * * @example * ```tsx * // Place in your app's sidebar or settings area * * ``` */ export declare function GlobalDialControlsPanel(): import("react/jsx-runtime").JSX.Element;