import { ChainId } from '@justaname.id/sdk'; import React from 'react'; import { UseFormReturn } from 'react-hook-form'; import { metadataForm } from '../../../forms'; interface GeneralSectionProps { form: UseFormReturn; address: string; fullSubname: string; chainId: ChainId; tempBanner: string | null; setTempBanner: (newImageUrl: string | null) => void; tempAvatar: string | null; setTempAvatar: (newImageUrl: string | null) => void; disableOverlay?: boolean; } export declare const GeneralSection: React.FC; export {}; //# sourceMappingURL=index.d.ts.map