import type { ComponentTheme } from '../../theme'; import type { IStateProps } from './propsFlattener'; export declare function usePropsWithComponentTheme(localTheme: ComponentTheme, propsReceived: any, _state?: IStateProps): Partial;