export declare const divRule: {
    filter: any;
    replacement: (content: string, node: any) => any;
};
