//#region src/thumbhash.d.ts
declare function createPngDataUri(hash: string): string;
//#endregion
export { createPngDataUri };