/// import { IconProps } from './types'; export declare const QuoteIcon: ({ color, ...props }: IconProps) => JSX.Element; export default QuoteIcon;