import React from "react"; import { PbElement } from "../../../../types"; interface PeImageProps { element: PbElement; [key: string]: any; } export declare const PeImage: ({ element, ...rest }: PeImageProps) => React.JSX.Element; export {};