import { BoxWrapperProps } from './boxWrapper';
import { FC } from 'react';

export declare const boxEditorComponentDef: {
    type: "Box";
    props: {};
    icon: string;
    category: "layout";
    component: FC<BoxWrapperProps>;
    schema: import('../..').ExtendedObjectSchemaType;
};
