export function taskListItemCompiler({ renderer }: {
    renderer: any;
}): (item: any) => string;
//# sourceMappingURL=taskListItem.d.ts.map