export declare const TrustBanner: ({ title, subtitle, }: { subtitle: string; title: string; }) => import("react/jsx-runtime").JSX.Element;