import { ButtonVariant } from '../types'; export declare function useToggleButtonColors(variant: ButtonVariant, active?: boolean, useGrayVariant?: boolean): [string, string, string];