import { ContainerProps } from "../../../../documents/blocks/Container/ContainerPropsSchema"; type ContainerSidebarPanelProps = { data: ContainerProps; setData: (v: ContainerProps) => void; }; export default function ContainerSidebarPanel({ data, setData, }: ContainerSidebarPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ContainerSidebarPanel.d.ts.map