interface BlocksContentProps {
    placeholder?: string;
    ariaLabelId: string;
}
declare const BlocksContent: ({ placeholder, ariaLabelId }: BlocksContentProps) => import("react/jsx-runtime").JSX.Element;
export { BlocksContent, BlocksContentProps };
