import Spacer from './spacer'; export type { SpacerProps } from './spacer'; export { StyledSpacer } from './spacer.styles'; export type { SpacerVariantsProps } from './spacer.styles'; export default Spacer;