export type BlockListBoxProps = { header: React.JSX.Element; blocks?: React.JSX.Element[]; }; export declare const BlockListContainer: (props: BlockListBoxProps) => import("react/jsx-runtime").JSX.Element;