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