import React from 'react';
import { LevaRootProps } from "./LevaRoot.js";
type LevaPanelProps = Partial<LevaRootProps>;
export declare function LevaPanel({ store, ...props }: LevaPanelProps): React.JSX.Element;
export {};
