import { type Part } from 'ag-grid-community'; /** * Toggle button styles for AG Grid following v35 standards * * Provides custom styling for toggle buttons with Porsche Design System colors. * Supports both light and dark theme via CSS `color-scheme`. * * Color behavior: * - OFF state: Inner circle uses colorPrimary (Light/Dark) * - ON state: Inner circle uses colorSuccess (Light/Dark) */ export declare const toggleButtonStyle: Part; export declare const toggleButtonStyleCompact: Part;