import { ImageProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const Image: ComponentThemeConfig<ImageProps>;
