import { type JSX } from 'solid-js'; import type { DuiBlockProps } from './types'; export declare function CardBlock(props: DuiBlockProps): JSX.Element; export declare function InfoCardBlock(props: DuiBlockProps): JSX.Element;