/// import { IconProps } from '../../types'; declare const Route: (allProps: IconProps) => JSX.Element; export default Route;