import { GeneratorOptions } from '../../core/types.js'; import { ColorOptions } from '../../core/colors.js'; /** * Smile generator options */ export interface SmileOptions extends GeneratorOptions, ColorOptions { } /** * Default Smile options */ export declare const DEFAULT_SMILE_OPTIONS: {}; //# sourceMappingURL=types.d.ts.map