import { CardContent } from '@mui/material'; import type React from 'react'; /** Props for {@link CardContentFlex}. */ export interface CardContentFlexProps { active?: boolean; } /** Flex card content layout with optional active background styling. */ export declare const CardContentFlex: React.FC>; //# sourceMappingURL=CardContentFlex.d.ts.map