import { ReactNode } from 'react'; declare const LoaderContainer: ({ isStepLoaderForButton, backgroundColor, showLoader, height, width, children }: { isStepLoaderForButton: boolean; backgroundColor: string | undefined; showLoader: boolean; height: string; width: string; children: ReactNode; }) => import("@emotion/react/jsx-runtime").JSX.Element; export default LoaderContainer; //# sourceMappingURL=LoaderContainer.d.ts.map