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