import { ComponentProps } from "react"; import { Feedback } from "./"; type FeedbackProps = ComponentProps; type PresetProperties = Pick; export declare const PRESETS: Record; export {};