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