/** * Convert a string into a safe string which can be used in html attributes. * @param v */ export declare const slugify: (v: string) => string;