import React from 'react'; export declare function CardStackView({ goBack }: { readonly goBack?: () => void; }): React.JSX.Element;