import { PropsWithChildren } from "react";
declare const Feedback: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element | null;
export default Feedback;
