export interface SWAPSpaceProps {
    size?: "xxs" | "xs" | "s" | "m" | "l" | "xl" | "2xl" | "3xl" | "4xl" | number;
}
