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