import type IgcTileComponent from './tile.js';
export declare function createTileDragGhost(tile: IgcTileComponent): IgcTileComponent;
export declare function createTileGhost(tile: IgcTileComponent): HTMLElement;
