import { type ImageBaseBadgeProps } from '../../ImageBase/ImageBase';
export interface AvatarBadgeWithPresetProps extends Omit<ImageBaseBadgeProps, 'background' | 'children'> {
    /**
     * Использует предзаданные настройки.
     *
     * За каждым пресетом закреплена своя иконка и стили.
     */
    preset?: 'online' | 'online-mobile';
}
export declare const AvatarBadgeWithPreset: ({ preset, className, ...restProps }: AvatarBadgeWithPresetProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AvatarBadgeWithPreset.d.ts.map