import React from 'react'; interface Props { size?: number; } export declare const VerticalSpacer: (props: Props) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; export declare const HorizontalSpacer: (props: Props) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; export {};