import { StretchyImage } from '../types'; export declare type UseImageHeightBasedOnRatio = (image?: StretchyImage) => number; export declare const useImageHeightBasedOnRatio: UseImageHeightBasedOnRatio;