export type AssocDefaultStyleInput> = { slotWithDefaultClasses: { [key in keyof T]: string | ((state: any) => string); }; }; export declare const assocDefaultStyle: >({ slotWithDefaultClasses, }: AssocDefaultStyleInput) => (currentSlotProps: T | undefined) => T;