import * as React from "react"; export interface ProductSupportIconProps { title?: string; decorative: boolean; titleId?: string; } declare const SvgIcnProductSupport: (props: React.SVGProps & ProductSupportIconProps) => JSX.Element; export default SvgIcnProductSupport;