import { Theme } from '../theme'; export declare const splineTheme: (theme: Theme) => { gridLine: string; anchor: { idle: string; hovered: string; }; spline: string; };