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