import { default as React } from 'react';
interface TimelineControlsWrapperProps {
    children: React.ReactNode;
}
/**
 * A wrapper component that ensures proper z-index stacking of timeline controls
 * This helps prevent z-index conflicts between timeline points and controls/menus
 */
declare const TimelineControlsWrapper: React.FC<TimelineControlsWrapperProps>;
export default TimelineControlsWrapper;
//# sourceMappingURL=timeline-controls-wrapper.d.ts.map