export declare const italicRule: {
    filter: string[];
    replacement: (content: any) => any;
};
