import React from "react";
export type CardProps = {
    backgroundColor?: string;
    children?: any;
    padding?: string;
};
declare const _default: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
export default _default;
//# sourceMappingURL=card.d.ts.map