export type LodingProps = {
    active?: boolean;
    small?: boolean;
    withOverlay?: boolean;
    backgroundOverlay?: string;
    colorSpinner?: string;
};
export declare const Loading: (props: LodingProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map