import type { State } from 'mdast-util-to-hast';
import type { Element } from 'hast';
import type { List } from 'mdast';
export default function list(state: State, node: List): Element;
