import React from 'react';
export type CardProps = React.ComponentPropsWithoutRef<'div'>;
export declare const Card: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("@music163/tango-boot").TangoComponentProps & React.RefAttributes<unknown>>;
