import { PaletteColorName } from "./theme"; export declare type PaletteColor = PaletteColorName | string; export declare const usePalette: (color: PaletteColor, tintColor?: string | undefined) => { color: string; tintColor: string; };