import { ComponentInstance } from '0g'; export declare type ComponentEditorProps = { component: ComponentInstance; }; export declare function ComponentEditor({ component: store }: ComponentEditorProps): JSX.Element;