import type { FC } from 'react'; import type { FeedReplyInputProps } from './Feed.types'; export declare const StyledReplyInputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const FeedReplyInput: FC; export default FeedReplyInput; //# sourceMappingURL=FeedReplyInput.d.ts.map