import { ComponentType } from 'react';
export default function withLoadingProps<Props = {}>(loader: (useLoadingProps: () => Props) => ComponentType<Props>): ComponentType<Props>;
