import { RawData } from 'eazychart-core/src/types'; export declare const useToggableDomainKey: (data: RawData, domainKeys: string[]) => { activeDomainKeys: string[]; activeDomain: import("eazychart-core").ArrayOfTwoNumbers; toggleDomainKey: (key: string, isActive: boolean, _color: string) => void; };