import type { HTMLAttributes } from 'react'; export type CardBlockProps = { /** * Change the default rendered element for the one passed as a child, merging their props and behavior. * @default false */ asChild?: boolean; } & HTMLAttributes; export declare const CardBlock: import("react").ForwardRefExoticComponent<{ /** * Change the default rendered element for the one passed as a child, merging their props and behavior. * @default false */ asChild?: boolean; } & HTMLAttributes & import("react").RefAttributes>; //# sourceMappingURL=card-block.d.ts.map