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