import { Component } from "@odoo/owl";
import { SpreadsheetChildEnv } from "../../types/spreadsheet_env";
import { Highlight, HighlightProps } from "../highlight/highlight/highlight";
export declare class Selection extends Component<{}, SpreadsheetChildEnv> {
    static template: string;
    static props: {};
    static components: {
        Highlight: typeof Highlight;
    };
    get highlightProps(): HighlightProps;
}
