import { ListBlock, Props } from '../interfaces'; import './index.pcss'; export declare function nestedList({ data }: Props): string;