import type { IconProps } from '../types/index'; declare function SvgFormatPaint(iconProps: IconProps): JSX.Element; declare namespace SvgFormatPaint { var displayName: string; } export default SvgFormatPaint;