import type { ComponentState } from '../../core/types'; export declare const useAccentColor: (className: string | undefined, componentProps: Record, state?: ComponentState) => string | undefined;