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