import React, { ElementType } from "react"; import { RenderOptions } from "../../makes"; export type CannyFeedbackProps = RenderOptions & { component?: ElementType; }; export declare const CannyFeedback: React.FC;