import React from 'react';
export type PortalFeatureHighlightsProps = {
    reverseOrder?: boolean;
    title: string;
    image?: string;
    buttonText?: string;
    summaryText?: React.ReactNode;
    link?: string;
};
declare const PortalFeatureHighlights: (props: PortalFeatureHighlightsProps) => React.ReactNode;
export default PortalFeatureHighlights;
//# sourceMappingURL=PortalFeatureHighlights.d.ts.map