import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ListStencilComponent implements OnInit {
    showHeader: boolean;
    numRows: number;
    rowHeight: string;
    sidePadding: string;
    rows: number[];
    listItemRowStyles: any;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ListStencilComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ListStencilComponent, "app-store-list-stencil", never, { "showHeader": "showHeader"; "numRows": "numRows"; "rowHeight": "rowHeight"; "sidePadding": "sidePadding"; }, {}, never, never>;
}
