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