import { SanityImageObject, SanityImageSource } from './types'; export default function parseSource(source?: SanityImageSource): Required | null;