import { ConfigProviderProps } from '../config-provider';
import { MergedLoadingrProps } from './loading';
declare type LoadingStylesProps = MergedLoadingrProps & ConfigProviderProps;
export declare const loadingWrapperStyles: (props: LoadingStylesProps) => import("@emotion/utils").SerializedStyles;
export {};
