import { DetailedHTMLProps, HTMLAttributes } from 'react'; type Props = DetailedHTMLProps, 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 {};