import { IconProps } from '../iconUtils'; export declare const Feedback: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type FeedbackProps = IconProps; export default Feedback;