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