import type { ViewStyle } from 'react-native'; interface SpacerProps { size?: number; direction?: 'vertical' | 'horizontal'; style?: ViewStyle; testID?: string; } export declare function Spacer({ size, direction, style, testID }: SpacerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=spacer.d.ts.map