import type { TypographyProps } from '@mui/material'; import { Typography } from '@mui/material'; import React from 'react'; /** Styled title typography for bound witness card columns. */ export declare const CardColumnTitle: React.FC>; /** {@link CardColumnTitle} wrapper used as an h2-style column heading. */ export declare const CardColumnTitleH2: React.FC; //# sourceMappingURL=CardColumnTitle.d.ts.map