import React from 'react'; interface LiqImageProps { src: string | undefined | null; alt: string | undefined; fit?: 'cover' | 'contain'; style?: { [key: string]: string | number; } | undefined; } export declare const LiqImage: React.FC; export {}; //# sourceMappingURL=index.d.ts.map