export declare const _styles: any; export declare const isClass: (func: any) => boolean; export declare const isFunction: (func: any) => boolean; export declare const link: (text: string, url: string) => string; export declare const list: (ordered: boolean, children: any) => any; export declare const table: (children: any) => string;