declare const useThemeProps: <T extends object>(props: T, componentName: string) => T;
export default useThemeProps;
