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