import '../../style/style.css';
interface ApprovalsSummaryProps {
    value: any;
    collectionName?: string;
}
export declare const ApprovalsSummary: (props: ApprovalsSummaryProps) => import("react/jsx-runtime").JSX.Element;
export {};
