import React from 'react'; declare type HeaderSeparatorProps = { direction: 'right' | 'left'; fieldName: string; onDragStart?: () => void; onDragFinish?: () => void; }; declare const _default: React.NamedExoticComponent; export default _default;