import { OffsetType } from '../../utils/ui'; export interface SpacerProps { size?: OffsetType; vertical?: boolean; } export declare function Spacer(props: SpacerProps): import("react/jsx-runtime").JSX.Element;