import { StackWrapperProps } from './stackWrapper';
import { FC } from 'react';

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