import React from "react"; type SpacerProps = { size?: number | string; direction?: "horizontal" | "vertical"; }; export declare const Spacer: React.FC; export {};