import { BaseComponentWithTheme } from '../../utils'; import type { TextListListType, TextListOrderType, Theme, TextListType } from '../types'; import * as i0 from "@angular/core"; export declare class PTextList extends BaseComponentWithTheme { /** @deprecated */ listType?: TextListListType; /** @deprecated */ orderType?: TextListOrderType; theme?: Theme; type?: TextListType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }