import { Component } from 'react'; declare class Slot extends Component { static displayName: string; static componentMetadata: { componentName: string; group: string; configure: { props: ({ name: string; title: { type: string; 'en-US': string; 'zh-CN': string; }; setter: string; defaultValue: string; } | { name: string; title: { type: string; 'en-US': string; 'zh-CN': string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { placeholder: { type: string; 'zh-CN': string; 'en-US': string; }; }; }; }; }; defaultValue?: undefined; })[]; component: { isContainer: boolean; }; supports: boolean; }; }; render(): import("react").JSX.Element; } export default Slot;