export declare const useImageAspectRatio: (src?: string) => { aspectRatio: number; intrinsicSize: { width: number; height: number; }; };