/** * 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/YHb4ShTgmO8Lqhkz1plLfL */ import { Prng, StyleOptions } from '@dicebear/core'; import { Options } from '../types.js'; type Props = { prng: Prng; options: StyleOptions; }; export declare function onPreCreate({ prng, options }: Props): void; export {};