import { TestingAttributes } from './shared/test'; import { DOMAttributes, OrientationProps, StyleProps } from './shared'; export interface SeparatorProps extends StyleProps, DOMAttributes, TestingAttributes, OrientationProps { }