import type { ThemeCommonVars } from '../../config-provider'; export declare function self(vars: ThemeCommonVars): { wrapperBg: string; wrapperBorderRadius: string; wrapperMargin: string; }; export type CropThemeVars = ReturnType; declare const cropLight: import("../../_mixins").Theme<"Crop", { wrapperBg: string; wrapperBorderRadius: string; wrapperMargin: string; }, {}>; export default cropLight; export type CropTheme = typeof cropLight;