import React from 'react'; import { ImageProps } from './types'; export declare function Image({ style, systemName, ...modifiers }: ImageProps): React.JSX.Element; export declare namespace Image { var displayName: string; }