import React from 'react'; import type { TimelineDotProps } from './types'; export declare function TimelineDot({ variant, color, children, style, }: TimelineDotProps): React.JSX.Element; //# sourceMappingURL=TimelineDot.d.ts.map