export interface BCBlockProps { className?: string; id?: string; children?: any; height?: number; } export declare const BCBlock: ({ className, id, children, height }: BCBlockProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default BCBlock;