import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const MultipleColors: React.MemoExoticComponent>; declare type MultipleColorsRef = PathIconRef; declare type MultipleColorsProps = PathIconProps; export { MultipleColors }; export type { MultipleColorsRef, MultipleColorsProps }; export default MultipleColors;