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