import React from 'react'; export declare function DefaultMiniCartDropdownSummary({ total, cartUrl, checkoutUrl, totalQty }: { total: string; cartUrl: string; checkoutUrl: string; totalQty: number; }): React.JSX.Element;