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