/// import { FormStoredElementType } from '../store/store'; declare type Props = { open: boolean; onClose: () => void; element: FormStoredElementType; }; export declare const FormElementEditWindow: (props: Props) => JSX.Element; export {};