import { FunctionComponent } from 'react';
import { BasicComponentProps } from "../../../types";
declare const ListItemCaption: FunctionComponent<BasicComponentProps>;
export default ListItemCaption;
