/// import type { ColumnSeparatorProps } from './interface'; declare const ColumnSeparator: ({ style }: ColumnSeparatorProps) => JSX.Element; export default ColumnSeparator;