export function ratio(src: { width: number; height: number; }, viewer: { width: number; height: number; }, method?: RatioMethods.COVER | RatioMethods.FIT): number; export { RatioMethods }; import { RatioMethods } from "./const"; //# sourceMappingURL=ratio.d.ts.map