import { IPublicTypeFieldConfig } from '@alilc/lowcode-types'; export interface IProps extends IPublicTypeFieldConfig { showInListSetter?: boolean; initialValue?: Function | any; editable?: boolean; items?: IProps[] | IPublicTypeFieldConfig[]; } export declare const toolbar: IProps;