/// <reference types="react" />
import type { TinaCMS } from '@tinacms/toolkit';
declare const CollectionCreatePage: () => JSX.Element;
export declare const RenderForm: ({ cms, collection, folder, templateName, mutationInfo, customDefaults, }: {
    cms: TinaCMS;
    collection: any;
    folder: any;
    templateName: any;
    mutationInfo: any;
    customDefaults?: any;
}) => JSX.Element;
export default CollectionCreatePage;
