import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgLocalCafe: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgLocalCafe; //# sourceMappingURL=LocalCafe.d.ts.map