import { Theme } from '@plurid/plurid-themes';
export interface IStyledEntityPill {
    theme: Theme;
}
export declare const StyledEntityPill: import("styled-components").StyledComponent<"div", any, IStyledEntityPill, never>;
