export declare const Pill: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
    variant?: "neutral" | "positive" | "negative" | "information" | "improvement" | undefined;
}, never>;
