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