import '@material/web/icon/icon.js'; import { ColumnConfig, FieldRenderer, GristEventHandler } from '../types.js'; export declare class GutterDirty { static instance(config?: Partial): { type: string; name: string; gutterName: string; width: number; resizable: boolean; sortable: boolean; header: string; record: { align: string; renderer: FieldRenderer; }; forGrid: boolean; forList: boolean; forCard: boolean; handlers: { dblclick: GristEventHandler; }; } & Partial; }