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