import { type DetailedHTMLProps, type HTMLAttributes } from 'react';
type Props = DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
/**
 * @deprecated Use Box instead
 *
 * https://developers.grafana.com/ui/latest/index.html?path=/docs/layout-deprecated-panelcontainer--docs
 */
export declare const PanelContainer: ({ children, className, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
