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