import { FeedbackProps } from './Feedback.cjs';
export type PresetProperties = Pick<FeedbackProps, "label" | "type" | "options" | "addOnQuestion">;
export declare const PRESETS: Record<string, PresetProperties>;
