import { type ImageProps as NextImageProps } from "next/image"; export type ImageProps = Omit & { srcDark: string; srcLight: string; }; export declare const Image: ({ className, srcDark, srcLight, ...props }: ImageProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=image.d.ts.map