import React from 'react';
import { ImageProps } from './Image.types';
declare const Image: {
    ({ width, fit, position, showBorder, borderRadius, transparent, alt, ...propsWithNoDefaults }: ImageProps): React.JSX.Element;
    displayName: string;
};
export default Image;
//# sourceMappingURL=Image.d.ts.map