import { PanelProps } from '../Panel/Panel';
/**
 * The `OutputPanel` is mainly intended as an example of the `Panel` component.
 * It is used in storybooks as a debug/info panel. Not recommended to use for production.
 * @see {@link useOutputPanel}
 * @see {@link Panel}
 * @internal
 * @group Components
 */
export declare const OutputPanel: (panelProps: PanelProps) => import("react/jsx-runtime").JSX.Element;
