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