import { TreeGridProps } from '../TreeGrid'; import { Tweet } from './Tweet.mock'; export declare const EMPTY_VIEW_TEXT_CONTENT: "You can render anything here, a loading indicator, error message, etc."; export declare const mockTreeGridProps: TreeGridProps;