export interface TransactionBreakdownScreenProps { /** What the recipient should expect, e.g. `$99.94`. */ usdLabel: string; /** The floor the trade won't execute below, e.g. `$99.81`. */ floorLabel: string; } /** * What the quoted amount means, in prose: it is an estimate, it has a floor, and * it settles in seconds. Opened from the ⓘ beside the amount. */ export declare function TransactionBreakdownScreen({ usdLabel, floorLabel, }: TransactionBreakdownScreenProps): import("react").JSX.Element; //# sourceMappingURL=TransactionBreakdownScreen.d.ts.map