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