export declare const dataHooks: {
    timelineListEvent: string;
    timelineLabel: string;
    timelineTextSuffix: string;
    timelineSuffix: string;
    timelineDefaultPrefix: string;
    timelineBulletIndicator: string;
    timelineLabelAction: string;
};
export declare const SKINS: {
    readonly dark: "dark";
    readonly standard: "standard";
    readonly neutral: "neutral";
};
export declare const LINE_TYPES: {
    readonly filled: "filled";
    readonly dashed: "dashed";
};
//# sourceMappingURL=Timeline.constants.d.ts.map