/** * Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma. * * Plugin: https://www.figma.com/community/plugin/1005765655729342787 * File: https://www.figma.com/community/file/1198749693280469639 */ /*! * Lorelei (@dicebear/lorelei) * * Code licensed under MIT License. * Copyright (c) 2024 Florian Körner * * Design "Lorelei" by Lisa Wischofsky licensed under CC0 1.0. / Remix of the original. * Source: https://www.figma.com/community/file/1198749693280469639 * Homepage: https://www.instagram.com/lischi_art/ * License: https://creativecommons.org/publicdomain/zero/1.0/ */ import type { StyleCreate, StyleMeta } from '@dicebear/core'; import type { Options } from './types.js'; export declare const meta: StyleMeta; export declare const create: StyleCreate; export { schema } from './schema.js'; export type { Options } from './types.js';