/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledLoading: import("styled-components").StyledComponent<({ children, className, dataTest }: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export declare const StyledSpinner: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, {
    customSize?: Props["customSize"];
}, never>;
declare const Loading: {
    ({ loading, type, text, children, dataTest, customSize, id, }: Props): JSX.Element;
    displayName: string;
};
export default Loading;
