import { IList } from './list.interface'; export declare class ListSharedComponent { list: Array; size: 'smaller'; }