/** * 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/file/HBLdITkkTnLs4M09BmCe4h */ /*! * Avataaars (@dicebear/avataaars) * * Code licensed under MIT License. * Copyright (c) 2024 Florian Körner * * Design "Avataaars" by Pablo Stanley licensed under Free for personal and commercial use. / Remix of the original. * Source: https://avataaars.com/ * Homepage: https://twitter.com/pablostanley * License: https://avataaars.com/ */ 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';