import { ReactNode } from 'react'; type NFTMintDateProps = { className?: string; label?: ReactNode; }; export declare function NFTMintDate({ className, label, }: NFTMintDateProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=NFTMintDate.d.ts.map