///
export interface ImageProps extends React.ImgHTMLAttributes {
header?: string;
className?: string;
}
export declare const Image: ({ header: title, className, ...props }: ImageProps) => import("react").JSX.Element;
//# sourceMappingURL=image.d.ts.map