import { FC, SVGProps } from 'react'; declare const IconTemplate: FC & { fill?: string }>; export default IconTemplate;