import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const EvStationOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default EvStationOutlined;
