import { TimelineViewChildrenProps } from "./TimelineView"; export declare const TIMELINE_PAGE_SIZE = 20; export declare const PROFILE_CONFIG_PAGE_SIZE = 20; export declare const TimelineViewImplComponent: (props: TimelineViewChildrenProps) => JSX.Element; export declare const componentDisplayName = "TimelineView"; export declare const TimelineViewImpl: ((props: TimelineViewChildrenProps) => JSX.Element) & { displayName: string; }; export default TimelineViewImpl;