import { TableColumn } from '../../../types/table-column.type';
import * as i0 from "@angular/core";
export declare class DataTableGhostLoaderComponent {
    columns: TableColumn[];
    pageSize: number;
    rowHeight: number | 'auto' | ((row?: any) => number);
    ghostBodyHeight: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<DataTableGhostLoaderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DataTableGhostLoaderComponent, "ghost-loader", never, { "columns": { "alias": "columns"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "ghostBodyHeight": { "alias": "ghostBodyHeight"; "required": false; }; }, {}, never, never, true, never>;
    static ngAcceptInputType_pageSize: unknown;
    static ngAcceptInputType_ghostBodyHeight: unknown;
}
