import type { ThemeObject } from "../themes/theme.types"; export declare const toColor: (theme: ThemeObject, color: string) => string; declare const _default: ({ color, bg, backgroundColor, ...rest }: Record) => any; export default _default;