import { CardProps } from "../Card.interface"; export declare const mockIcon: import("react/jsx-runtime").JSX.Element; export declare class CardObject { get header(): HTMLElement; get children(): HTMLElement; render(props?: Partial): this; }