import { ReactiveControllerHost } from 'lit';
export declare type GridRowPosition = ReactiveControllerHost & HTMLElement & {
    position: '' | 'fixed' | 'sticky';
};
export declare class GridRowPositionController {
    private host;
    constructor(host: GridRowPosition);
    hostUpdated(): void;
}
