/// import { ApplicationLoaderProps } from './application-loader.types'; export declare const ApplicationLoader: ({ show, hideDelay, text, }: ApplicationLoaderProps) => JSX.Element | null;