import { type Part } from 'ag-grid-community'; export declare const checkboxCheckedShapeImage = ""; export declare const checkboxIndeterminateShapeImage = ""; export declare const radioCheckedShapeImage = ""; /** * Checkbox and radio button styles for AG Grid following v35 standards * * Provides custom styling for checkboxes and radio buttons with Porsche Design System colors. * Supports both light and dark theme via CSS `color-scheme`. * * Includes styling for: * - Unchecked state * - Checked state * - Indeterminate state (checkboxes only) * - Disabled state * - Hover interactions */ export declare const checkboxStyle: Part; export declare const checkboxStyleCompact: Part;