import React from "react"; import { TimelineComponentTypes } from "../utils/types.internal.js"; import { type TimelinePinProps } from "./PinInternal.js"; export interface PinType extends React.ForwardRefExoticComponent> { componentType: TimelineComponentTypes; } export declare const Pin: PinType; export default Pin; export type { TimelinePinProps };