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