// /
import { GeneratedPropTypes } from '../types';
export declare const Card: import('styled-components').IStyledComponent<
'web',
import('styled-components/dist/types').Substitute<
Omit<
import('react').DetailedHTMLProps, HTMLDivElement>,
'ref'
> & {
ref?:
| ((instance: HTMLDivElement | null) => void)
| import('react').RefObject
| null
| undefined;
},
GeneratedPropTypes
>
>;