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