/// import { HideWhileLoadingProps } from './hide-while-loading.interfaces'; export declare const HideWhileLoading: ({ children, ...props }: HideWhileLoadingProps) => JSX.Element;