declare const AfterInputClient: ({ scheduledAt, path, currentFormValue, status }: {
    scheduledAt?: string;
    path: string;
    currentFormValue?: unknown;
    status: "draft" | "published";
}) => import("react/jsx-runtime").JSX.Element;
export default AfterInputClient;
