import { type ErrorReportTemplateOptions } from "./error-reporting.js"; export interface ErrorReportActionsProps extends ErrorReportTemplateOptions { feedbackLabel?: string; feedbackPlaceholder?: string; githubLabel?: string; className?: string; feedbackClassName?: string; githubClassName?: string; side?: "top" | "bottom" | "left" | "right"; align?: "start" | "center" | "end"; } export declare function ErrorReportActions({ feedbackLabel, feedbackPlaceholder, githubLabel, className, feedbackClassName, githubClassName, side, align, ...report }: ErrorReportActionsProps): import("react").JSX.Element; //# sourceMappingURL=ErrorReportActions.d.ts.map