/// interface ISpacer { size?: "xlarge" | "large" | "medium" | "small"; } export default function (props: ISpacer): JSX.Element; export {};