import type { PanelRootInstance } from '@primereact/types/primitive/panel';
export declare const PanelProvider: ({ value, children }: {
    value: PanelRootInstance;
    children: React.ReactNode;
}) => import("react").JSX.Element, usePanelContext: () => PanelRootInstance | undefined;
