import * as React from 'react'; import type { FeedbackProps } from '../../core/types'; export declare function Feedback(props: FeedbackProps & { path?: string; }): React.JSX.Element | null;