import type { FC } from 'react'; /** * Decorative middot between summary actions. No interactive role and no * accessible content — screen readers should skip it. Place it inside an * `` together with the surrounding action links to keep * "Select all · Clear" reading as a single grouped phrase. */ export declare const BulkBarSummarySeparator: FC;