import type { Setup } from '../../setup/Setup';
export type GridlineExtra = {
    type: 'gridline-toggle-visibility';
} | {
    type: 'gridline-update';
};
export declare const gridLinesSetup: Setup;
