import React from 'react'; interface InterestProps { /** SVG icon style class name */ size?: string; } /** * Trip Interest svg * Usage : Upload Image Icon. * @param props - FR8IconProps * @returns ReactJsxElement -> FR8Svg Icon */ export declare const InterestFillSvg: React.FC; export {};