import { GaugeSVGProps } from 'types'; export declare const useComponentLogic: ({ angle, colors }: GaugeSVGProps) => { arcs: string[]; arrowTransform: string; };