import React from "react"; import { AcoConfig } from "@webiny/app-aco"; type FolderDropConfirmationProps = React.ComponentProps; export declare const FolderDropConfirmation: (props: FolderDropConfirmationProps) => React.JSX.Element; export {};