export declare const useImageSize: (src: string) => {
    loaded: boolean;
    width: number;
    height: number;
};
