import { Alignment, BlockWidth } from './settings'; interface OverviewBlockGroupSettings { align: Alignment; blockWidth: BlockWidth; } export declare const OverviewBlockGroupContext: import("react").Context; export declare const useOverviewBlockGroupContext: () => OverviewBlockGroupSettings; export {};