import { ThemeStyling } from "../../../models"; import { ITheming } from "../../theming"; export declare const CommentLikeTemplateStyles: { dialogWidth: string; wrapper: (theming: ITheming) => string; likeAvatar: string; editedCaption: string; contentWrapper: (theming: ITheming, cardStyling: ThemeStyling) => string; titleWrapper: (theming: ITheming, cardStyling: ThemeStyling) => string; noticeReply: string; footerWrapper: (theming: ITheming, cardStyling: ThemeStyling) => string; replyAndLikeActionLink: string; title: (theming: ITheming) => string; dateInfo: string; editOptionsMenu: string; removeReplyUserAction: string; underlineWhenHover: string; bestReply: string; buttonOutline: { $nest: { "&:focus": { outline: string; }; }; }; personWrapper: string; mobileTextArea: string; errorMessage: string; searchBoxContrast: (dark: boolean) => string; };