import "../styles/index.scss"; import type { Editor } from "@block-kit/core"; import type { ReactLineContext } from "@block-kit/react"; import type { FC } from "react"; export declare const OrderListView: FC<{ context: ReactLineContext; editor: Editor; level: number; start: number; }>;