import { Node_Type } from 'ricos-types'; export declare const defaultCollapsibleItem: { type: Node_Type; content: { type: Node_Type; content: { type: Node_Type; content: never[]; }[]; }[]; }[]; export declare const defaultCollapsibleList: { isQapageData?: boolean | undefined; expandOnlyOne: boolean; initialExpandedItems: import("../types").InitialExpandedItems; direction?: import("../types").ListDirection | undefined; content: { type: Node_Type; content: { type: Node_Type; content: { type: Node_Type; content: never[]; }[]; }[]; }[]; containerData: { alignment: string; textWrap: boolean; }; }; export declare const supportedPluginTypes: string[]; //# sourceMappingURL=defaults.d.ts.map