import ThemeProvider from "./theme"; import type { ComponentState } from "./types"; declare const stateColor: (state: ComponentState, color: string) => string; export { stateColor, ThemeProvider }; //# sourceMappingURL=index.d.ts.map