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