import type { Style, StyleOptions } from './types'; export declare function createAvatar(style: Style, options?: StyleOptions): string;