import React from 'react'; import { IBaseImageProps } from './types'; /** * BaseImage component for rendering images. It supports adaptive paths * to ensure optimal image loading based on the device or screen size. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/image-baseimage--docs */ export declare const BaseImage: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map