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