import { HtmlProps } from "@usewaypoint/block-html"; type HtmlSidebarPanelProps = { data: HtmlProps; setData: (v: HtmlProps) => void; }; export default function HtmlSidebarPanel({ data, setData, }: HtmlSidebarPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HtmlSidebarPanel.d.ts.map