import { QuartzComponentConstructor, QuartzComponentProps } from "./types" function Spacer({ displayClass }: QuartzComponentProps) { return
} export default (() => Spacer) satisfies QuartzComponentConstructor