export declare const GuaranteedProductOfferBox: import("styled-components").StyledComponent<(props: any) => JSX.Element, any, {}, never>; export declare const NeutralProductOfferBox: import("styled-components").StyledComponent<({ isClickable, ...rest }: any) => JSX.Element, any, { isClickable?: boolean; }, never>;