import { EASSchemaUid } from '../../../identity/types'; type NFTCreatorProps = { className?: string; schemaId?: EASSchemaUid | null; }; export declare function NFTCreator({ className, schemaId }: NFTCreatorProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=NFTCreator.d.ts.map