import { Font as Font$1 } from "satori";

//#region src/types.d.ts
type Dimensions = Pick<DOMRect, "width" | "height">;
type Font = Font$1;
//#endregion
export { Dimensions, Font };
//# sourceMappingURL=types.d.ts.map