import * as React from 'react'; declare function Card(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Card; export default Card;