import { PaperProps } from '../Paper/Paper.type'; import { TextProps } from '../Text/Text.type'; export declare type CardProps = PaperProps & Omit; //# sourceMappingURL=Card.type.d.ts.map