import { Provider } from '@angular/core'; import { AvatarConfig } from '@tailwind-ng/core'; /** * Avatar config provider * @param config The custom config * @returns The configured provider */ export declare function provideAvatar(customization?: Partial): Provider; export declare function withAvatar(customization?: Partial): Provider;