import { CustomSummaryData } from '../../types'; interface Props { customSummary: CustomSummaryData; } export default function CustomSummaryInfo(): import("preact").JSX.Element; export declare const CreateImportSummary: ({ customSummary }: Props) => import("preact").JSX.Element; export declare const CreateUpdateImportSummary: ({ customSummary }: Props) => import("preact").JSX.Element; export declare const UpdateImportSummary: ({ customSummary }: Props) => import("preact").JSX.Element; export {}; //# sourceMappingURL=CustomSummaryInfo.d.ts.map