import Options from '../types/options'; export declare const getCoords: ([y, x]: Options['location'], [xMargin, yMargin]?: [number, number]) => { x: { axis: "left" | "right"; offset: number; margin: number; }; y: { axis: "top" | "bottom"; offset: number; margin: number; }; }; export declare const getAccent: (color: string) => string;