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