import { Element } from "@webiny/app-page-builder-elements/types"; import React from "react"; interface Props { element: Element; } declare const PeImagesList: (props: Props) => React.JSX.Element; export default PeImagesList;