import { Props } from "./Props"; export const ImageCoverImage = () => ( ); export const ImageCoverImageRemove = (props: Props) => { return ( ); };