import type { I18nClient } from '@payloadcms/translations';
import React from 'react';
import './index.scss';
export type ErrorPillProps = {
    className?: string;
    count: number;
    i18n: I18nClient;
    withMessage?: boolean;
};
export declare const ErrorPill: React.FC<ErrorPillProps>;
//# sourceMappingURL=index.d.ts.map