import { IEditorBrickConfig } from '@chief-editor/core'; import { IBrickVerticalRepeatConfig, IVerticalRepeatValue } from './type'; export declare type IVerticalRepeatEditorConfig = IEditorBrickConfig; export declare const VerticalRepeatConfig: IVerticalRepeatEditorConfig;