/// export declare const ControlBlockLazy: import('react').LazyExoticComponent<({ leftSideInner, rightSideInner, isHaveControlBlock, activeView, fullScreened, editModeEnabled, featuresObj: { isActivated, icons, featureItems, featureRightButtons, featureLeftButtons, featureSearching: { isActiveSearching, showSearchBlock, searchQueryLocalValue, placeholderSearchBlock, }, }, $borderTopRounded, setCompressionVisibility, controlBlockLeftSideDropdownProps, controlBlockRightSideDropdownProps, collapseButtonPlacement, }: { leftSideInner: import('./control-block-button.types').ControlBlockButtonProps[] | undefined; rightSideInner: import('./control-block-button.types').ControlBlockButtonProps[] | undefined; editModeEnabled: boolean; fullScreened: boolean; isHaveControlBlock: boolean | undefined; activeView: import('../..').ActiveViewModsType; featuresObj: { isActivated: { viewChanging: boolean; rowSize: boolean; columnsControl: boolean; summaryRows: boolean; selectingRows: boolean; fullScreen: boolean; rowInstruments: boolean; keyText: boolean; rowsGrouping: boolean; editingMode: boolean; searching: boolean; filtering: boolean; }; icons: import('./types').FeatureItem[]; featureItems: import('./types').FeatureItem[]; all: import('./types').FeatureItem[]; featureRightButtons: import('./control-block-button.types').ControlBlockButtonProps[]; featureLeftButtons: import('./control-block-button.types').ControlBlockButtonProps[]; featureSearching: { isActiveSearching: boolean; showSearchBlock: boolean; setShowSearchBlock: import('react').Dispatch>; searchQueryLocalValue: string; placeholderSearchBlock: string; }; }; $borderTopRounded: boolean; setCompressionVisibility: import('react').Dispatch>; controlBlockLeftSideDropdownProps?: import('../../components/TableDropdown/types').TableDropdownConfigProps | undefined; controlBlockRightSideDropdownProps?: import('../../components/TableDropdown/types').TableDropdownConfigProps | undefined; collapseButtonPlacement?: "inside" | "above" | undefined; }) => import("react/jsx-runtime").JSX.Element>;