import * as React from 'react'; import { TextProps } from '../../typography'; export interface ListCardItemLabelProps extends TextProps { } declare const ListCardItemLabel: React.FC; export default ListCardItemLabel;