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