type SlotProps = { root?: any; } | undefined; type ComponentProps = Record; export declare function concatClassNameOrTakeRight(key: string, l: any, r: any): string | undefined; export declare const mergeRootSlotPropsToComponentProps: (resolveConflict?: typeof concatClassNameOrTakeRight) => (slotProps: SlotProps, componentProps: ComponentProps) => any; export {};