import type { FC, RefObject } from 'react'; import type { FeedPostProps } from './Feed.types'; export declare const StyledReplies: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledFeedPost: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & import("react").RefAttributes & import("@pega/cosmos-react-core").ForwardProps, "ref"> & { ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject | null | undefined; }, { $showLines: boolean; $customPostType: FeedPostProps["customPostType"]; }>> & string & Omit, keyof import("react").Component>; declare const FeedPost: FC; export default FeedPost; //# sourceMappingURL=FeedPost.d.ts.map