import { TRequiredProps } from '../../internal/requiredProps';
import { ITimelineMutableProps, ITimelineStaticProps } from './types';
export declare const STATIC_PROPS: TRequiredProps<ITimelineStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<ITimelineMutableProps>;
//# sourceMappingURL=props.d.ts.map