import React from 'react';
import type { SeparatorPosition } from '@atlaskit/editor-toolbar';
export declare const OverflowSection: ({ children, hasSeparator, testId, }: {
    children: React.ReactNode;
    hasSeparator?: boolean | SeparatorPosition;
    testId?: string;
}) => React.JSX.Element | null;
