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