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