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