export declare const boldIcon: (size?: number) => string; export declare const italicIcon: (size?: number) => string; export declare const underlineIcon: (size?: number) => string; export declare const olIcon: (size?: number) => string; export declare const ulIcon: (size?: number) => string; export declare const likeIcon: (style?: any) => string; export declare const replyIcon: (style?: any) => string; export declare const doneIcon: (style?: any) => string;