/// interface FResponseBarProps { className?: string; variant?: string; title?: string; onClose?: any; } export declare const FResponseBar: ({ className, variant, title }: FResponseBarProps) => JSX.Element; export {}; //# sourceMappingURL=FresponseBar.d.ts.map