import { BaseTheme, Context, ColorValue } from '@twind/core'; declare function darkColor(section: string, key: string, { theme }: Context): ColorValue | undefined; export { darkColor as default }; //# sourceMappingURL=darkColor.d.ts.map