import type { CSSObject } from '@ant-design/cssinjs';
import type { TimelineToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genHorizontalStyle: GenerateStyle<TimelineToken, CSSObject>;
export default genHorizontalStyle;
