import { BackgroundPosition, BackgroundRepeat, BackgroundSize } from '@rxap/directives';
import * as i0 from "@angular/core";
export declare class ImageCellComponent {
    preset?: string;
    size: BackgroundSize;
    repeat: BackgroundRepeat;
    position: BackgroundPosition;
    value: string | null;
    static ɵfac: i0.ɵɵFactoryDeclaration<ImageCellComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ImageCellComponent, "td[rxap-image-cell]", never, { "preset": { "alias": "preset"; "required": false; }; "size": { "alias": "size"; "required": false; }; "repeat": { "alias": "repeat"; "required": false; }; "position": { "alias": "position"; "required": false; }; "value": { "alias": "rxap-image-cell"; "required": false; }; }, {}, never, ["*"], true, never>;
}
