import { ThemeColors } from '../../constants'; interface ChipStylesProps { backgroundColor: ThemeColors; textColor: ThemeColors; } declare const _default: { ChipStyles: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & ChipStylesProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; ChipText: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; }; export default _default; //# sourceMappingURL=style.d.ts.map