/**
 * Returns the fallback ratio for the image.
 * @param ratio The ratio of the image.
 * @returns {number} The fallback ratio.
 */
export declare const getFallbackRatio: (ratio: number) => number;
