export declare function PixSucess({ isPaid, isSucess, isDelivery, fastCheckout, }: {
    isPaid?: boolean;
    isSucess?: boolean;
    isDelivery?: boolean;
    fastCheckout?: boolean;
}): import("react/jsx-runtime").JSX.Element;
