import { NormalTypes } from "../utils/prop-types"; import { GeistUIThemesPalette } from "../themes/presets"; export type InputColor = { color: string; borderColor: string; hoverBorder: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: NormalTypes) => InputColor;