export interface FeedbackBarProps { show: boolean; onTellUsMore: () => void; } /** Confirmation bar shown after rating an insight. */ export declare const FeedbackBar: (({ show, onTellUsMore }: FeedbackBarProps) => import("react/jsx-runtime").JSX.Element | null) & { displayName: string; }; export default FeedbackBar;