import type { CoreWrapperConfig } from '@piying/view-core'; export interface PiyingWrapperProps { wrappers: CoreWrapperConfig[]; children: any; } export declare function PiyingWrapper(props: PiyingWrapperProps): import("react/jsx-runtime").JSX.Element;