interface HasThumbHash {
    thumbHash?: string;
}
export declare function imageBlurUrl({ thumbHash }: HasThumbHash): string | undefined;
export {};
