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