import { type IconProps } from "../../../base/index.ts";
declare const FingerPrint: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type FingerPrint = ReturnType<typeof FingerPrint>;
export default FingerPrint;
