import React from 'react'; export declare type Props = { StyledComponent?: any; image?: string; } & React.HTMLAttributes; declare const EditorialPost: React.FC; export default EditorialPost; //# sourceMappingURL=EditorialPost.d.ts.map