import type { DSlatePlugin } from '@dslate/core';
export declare const TYPE = "list";
export declare const IS_ORDERED = "listIsOrdered";
declare const ListPlugin: DSlatePlugin;
export { ListPlugin };
