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