/// import { Config } from '../config'; export declare function CreateItem(props: { collection: string; config: Config; basePath: string; }): JSX.Element;