import React from 'react'; interface Props { count: number; } declare const TreeIndents: React.FC; export default TreeIndents;