import { type StyleProps, type TransferProps } from './shared'; export interface SpiritDividerProps extends StyleProps, TransferProps { }