import { IHtmlImageProps } from "../types"; export declare function Image({ defaultSource, ...props }: IHtmlImageProps): import("react/jsx-runtime").JSX.Element; export declare namespace Image { var displayName: string; }