/** * Remove all class names that do not start with one of preserveClassNames (`slate-` by default) */ export declare const stripClassNames: (html: string, { preserveClassNames }: { preserveClassNames?: string[] | undefined; }) => string; //# sourceMappingURL=stripClassNames.d.ts.map