import { IListTextProps, IListTextState, ListText } from './index'; export interface IListTextPrimaryProps extends IListTextProps { } export interface IListTextPrimaryState extends IListTextState { } export declare class ListTextPrimary extends ListText { protected componentName: string; }