import { SpacerProps } from './types'; export const Spacer = (props: SpacerProps) => null;