import { FC } from 'react'; import { CardProps } from '@mui/material'; /** * Standard MUI Card extended with custom properties */ export declare const FlowCard: FC;