import { type JSX } from 'woby'; export declare const Card: (props: JSX.HTMLAttributes) => HTMLDivElement; export declare const CardMedia: (props: JSX.DOMAttributes) => JSX.Child; export declare const CardContent: (props: JSX.HTMLAttributes) => HTMLDivElement; export declare const CardActions: (props: JSX.HTMLAttributes) => HTMLDivElement; //# sourceMappingURL=Card.d.ts.map