import { type Part } from 'ag-grid-community'; /** * Input field styles for AG Grid following v35 standards * * Provides custom styling for input elements with Porsche Design System colors. * Supports both light and dark theme via CSS `color-scheme`. * * Includes styling for: * - Normal state * - Focus state * - Invalid state * - Disabled state */ export declare const inputStyles: Part; export declare const inputStylesCompact: Part;