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