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