import React from 'react'; import type { IconProps } from './types'; export default function Icon({ accessible, accessibilityRole, animated, color, size, style, ...rest }: IconProps): React.JSX.Element;