/// import type IconType from '../IconType'; declare const Internal: ({ color, size, ...rest }: IconType) => JSX.Element; export default Internal;