export type DensityMetrics = {
    scaleRatio?: number;
    xdpi?: number;
    ydpi?: number;
};
