import { ITheming } from "../../theming"; export declare const PostTemplateStyles: { dialogWidth: string; wrapper: (theming: ITheming) => string; likeAvatar: string; editedCaption: string; contentWrapper: (theming: ITheming) => string; postCardDefaultStyling: (theming: ITheming) => string; titleWrapper: string; noticeReply: string; editContentFooter: string; footerWrapper: (theming: ITheming) => string; title: (theming: ITheming) => string; dateInfo: string; editOptionsMenu: string; removeReplyUserAction: string; underlineWhenHover: string; bestReply: string; buttonOutline: { $nest: { "&:focus": { outline: string; }; }; }; personWrapper: (theming: ITheming) => string; resemblePostCard: (theming: ITheming) => string; reactiveThemeTextColor: (theming: ITheming) => string; reactiveThemeTextFgColor: (theming: ITheming) => string; };