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