import { Plugin } from '@tachybase/client';
export declare class SCCarbonCopyDetail extends Plugin {
    load(): Promise<void>;
}
export declare const CarbonCopyDetail: (props: any) => import("react/jsx-runtime").JSX.Element;
