import { PropType } from "vue"; import { ElementSizes } from '../../../typings'; export declare const STimelineProps: { direction: PropType<"horizontal">; size: PropType; };