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