import React from 'react';
export declare const OverflowMenu: ({ children }: {
    children: React.ReactNode;
}) => React.JSX.Element;
