// @flow /* DOCUMENTATION: https://orbit.kiwi/components/separator/ */ import type { spaceAfter } from "../common/getSpacingToken/index"; export type Props = {| ...spaceAfter, |}; declare export default React$ComponentType;