import { ListProperties } from '@engie-group/fluid-types'; import { TSizeVariants } from '../../models/size-variant.model'; import * as i0 from "@angular/core"; export declare class ListDirective implements ListProperties { hasBorder: boolean; /** * @deprecated Use scale instead. This property will be removed in future versions. */ size?: Extract; scale?: ListProperties['scale']; protected get classes(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_hasBorder: unknown; }