export declare function useBlurhash(blurhash: {
    uri?: string;
    width?: number | null;
    height?: number | null;
} | undefined | null, punch?: number): readonly [{
    uri: string;
} | null, boolean | ""];
//# sourceMappingURL=useBlurhash.d.ts.map