import { BASE_CLASS_NAME_MAP } from "../styles";
export declare function urlify(text: string, cn: typeof BASE_CLASS_NAME_MAP): (string | JSX.Element)[];
