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