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