import type { ComponentPropsWithRef } from 'react';
export declare const Card: import("@vtex/admin-ui-react").AdminUIJsxElement<"div", {}, {}>;
export declare type CardProps = ComponentPropsWithRef<typeof Card>;
