export declare const DEFAULT_SECTIONS: Record; export declare const computeBlockCss: (props: any, blockId: number | string) => string; export declare const useAdminSections: () => { [x: string]: any; };