import { type Part } from 'ag-grid-community';
export declare const checkboxCheckedShapeImage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m20.22,7.47l-1.47-1.42-9.26,9.02-4.24-4.15-1.47,1.42,5.71,5.6,10.73-10.47Z\"/></svg>";
export declare const checkboxIndeterminateShapeImage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m20,11v2H4v-2h16Z\"/></svg>";
export declare const radioCheckedShapeImage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"6\"/></svg>";
export declare const checkboxStyle: Part;
