import { WebComponentProps } from "oak-frontend-base"; import { EntityDict } from "../../../oak-app-domain"; type MethodsType = 'original' | 'url' | 'uploadLocalImg'; export default function render(props: WebComponentProps void; chooseMethod: (method: MethodsType) => void; closeModal1: () => void; closeModal: () => void; onModal1Confirm: (value: number) => void; setSelectedId: (id: number) => void; }>): JSX.Element; export {};