import type { InferSizesInput } from "./types.js"; export declare function inferImageSizes({ className, style, ratio, baseSpacingPx, src, breakpoints, customSpacing, }: InferSizesInput): string | null; //# sourceMappingURL=infer-sizes.d.ts.map