/// <reference types="react" />
/// <reference types="@splinetool/runtime" />
import type { SplineProps } from './type';
declare const Spline: import("react").NamedExoticComponent<SplineProps>;
export default Spline;
export { type SPEObject, type SplineEvent, type SplineEventName } from '@splinetool/runtime';
